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:
authorAutarc <autarc@gmail.com>2016-03-16 17:30:41 +0300
committerAutarc <autarc@gmail.com>2016-03-16 17:30:41 +0300
commit2552c4ba74dbdc5d648b9fe22068e188a8d8c37d (patch)
tree273d93da695af19796d867e6dde9576dd564b92a /README.md
parent7e3b05c4e04cc2e8cca32437ce6172a123b985ad (diff)
move reference from features to setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5aaca16..f0c3434 100644
--- a/README.md
+++ b/README.md
@@ -101,10 +101,6 @@ connect to both normal *and* web peers.
- Stream to **AirPlay**, **Chromecast**, **VLC player**, and many other devices/players
-**NOTE**: To connect to "web peers" (browsers) in addition to normal BitTorrent peers, use
- [webtorrent-hybrid](https://github.com/feross/webtorrent-hybrid) which includes WebRTC
- support for node.
-
### Install
To install WebTorrent for use in node or the browser with `require('webtorrent')`, run:
@@ -211,6 +207,10 @@ MaxCDN) for easy inclusion on your site:
WebTorrent also works in node.js, using the *same npm module!* It's mad science!
+**NOTE**: To connect to "web peers" (browsers) in addition to normal BitTorrent peers, use
+ [webtorrent-hybrid](https://github.com/feross/webtorrent-hybrid) which includes WebRTC
+ support for node.
+
#### As a command line app
WebTorrent is available as [a command line app](https://github.com/feross/webtorrent-cli).