Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLukaKerr <lukakerr1@gmail.com>2017-10-02 10:38:30 +0300
committerLukaKerr <lukakerr1@gmail.com>2017-10-02 10:38:30 +0300
commit8cf280a25ccc66de0645c3042e74ce1f25ba5ce1 (patch)
treeac2730016b7cecf54f0f82b9da1b1a18e32db270 /docs
parent126605256ce53a164d3cb7e913baee3510dcd030 (diff)
Updated docs and README to show Safari support
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
-rw-r--r--docs/faq.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index e0c4b94..d1c0a87 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -3,7 +3,7 @@
WebTorrent is a streaming torrent client for **Node.js** and the **web**. WebTorrent
provides the same API in both environments.
-To use WebTorrent in the browser, [WebRTC] support is required (Chrome, Firefox, Opera).
+To use WebTorrent in the browser, [WebRTC] support is required (Chrome, Firefox, Opera, Safari).
[webrtc]: https://en.wikipedia.org/wiki/WebRTC
diff --git a/docs/faq.md b/docs/faq.md
index 16797be..598ff86 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -253,7 +253,7 @@ enable next-generation applications in healthcare, education, science, and more.
WebTorrent is just one example.
WebRTC [works everywhere][webrtc-everywhere], and browser support is excellent.
-**Chrome**, **Firefox**, and **Opera** for Desktop and Android, as well as
+**Chrome**, **Firefox**, **Opera** and **Safari** for Desktop and Android, as well as
**Microsoft Edge** have support.
You can learn more about WebRTC data channels at [HTML5Rocks][datachannel-intro].