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
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
parent126605256ce53a164d3cb7e913baee3510dcd030 (diff)
Updated docs and README to show Safari support
-rw-r--r--README.md2
-rw-r--r--docs/api.md2
-rw-r--r--docs/faq.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 049a8e0..5b65a85 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ they can connect to both normal *and* web peers. We hope other clients will foll
- **No silos.** WebTorrent is a P2P network for the **entire web.** WebTorrent clients
running on one domain can connect to clients on any other domain.
- Stream video torrents into a `<video>` tag (`webm (vp8, vp9)` or `mp4 (h.264)`)
-- Supports Chrome, Firefox, and Opera.
+- Supports Chrome, Firefox, Opera and Safari.
<p align="center">
<a href="https://saucelabs.com/u/webtorrent">
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].