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:
authorFeross Aboukhadijeh <feross@feross.org>2016-05-01 13:37:50 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-01 13:37:50 +0300
commite3803dd2da98da8e1506b826dc7e3048e261776f (patch)
treefb9dcab23aa079652f10339d02611cfaca6b1476 /README.md
parent14acd6fa29539e580a27fbdaa5f7464417823e2b (diff)
Docs improvements
Supersedes #694
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index dbbbf3f..12156d6 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ they can connect to both normal *and* web peers. We hope other clients will foll
for adding new extensions
- **Comprehensive test suite** (runs completely offline, so it's reliable and fast)
-#### Browser-only features
+#### Browser/WebRTC environment features
- **WebRTC data channels** for lightweight peer-to-peer communication with **no plugins**
- **No silos.** WebTorrent is a P2P network for the **entire web.** WebTorrent clients
@@ -92,15 +92,10 @@ they can connect to both normal *and* web peers. We hope other clients will foll
<p align="center">
<a href="https://saucelabs.com/u/webtorrent">
- <img src="https://saucelabs.com/browser-matrix/webtorrent.svg"
- alt="Sauce Labs Build">
+ <img src="https://saucelabs.com/browser-matrix/webtorrent.svg" alt="Sauce Labs">
</a>
</p>
-#### Node-only features
-
-- Stream to **AirPlay**, **Chromecast**, **VLC player**, and many other devices/players
-
### Install
To install WebTorrent for use in node or the browser with `require('webtorrent')`, run:
@@ -269,7 +264,7 @@ There are many supported streaming options:
--stdout standard out [implies --quiet]
```
-In addition to magnet uris, webtorrent supports [many ways to specify a torrent](#clientaddtorrentid-opts-function-ontorrent-torrent-).
+In addition to magnet uris, webtorrent supports [many ways](docs/api.md#clientaddtorrentid-opts-function-ontorrent-torrent-) to specify a torrent.
### Modules