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>2014-06-04 07:46:47 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-06-04 07:46:47 +0400
commitfdb88cf042ac0b9f16ed1834bb62efece6583217 (patch)
treec0fd7e4103615fb2333862f5fb5b769ad4a8f228
parent17f4d260d401feccf5f29a5009af1e06883a2a72 (diff)
status
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be100ca..9b130f9 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,10 @@ Since WebTorrent is web-first, it's simple for users who do not understand .torr
Most of the active development is happening inside of smaller npm modules which will be used by WebTorrent. These are the modules I am writing to make WebTorrent work:
#### Targets:
-- [webtorrent](https://github.com/feross/webtorrent) (bittorrent client on command line)
- [webtorrent.app](https://github.com/feross/webtorrent.app) (bittorrent client for os x, windows & linux)
+- [webtorrent](https://github.com/feross/webtorrent) (bittorrent client for node.js)
- [webtorrent-chrome](https://github.com/feross/webtorrent-chrome) (bittorrent client for chrome -- on hold)
-- [webtorrent.js](https://github.com/feross/webtorrent.js) (bittorrent client for the web) (coming soon)
+- [webtorrent.js](https://github.com/feross/webtorrent.js) (bittorrent client for the web -- coming soon)
#### Modules:
- [x] [bittorrent-client](https://github.com/feross/bittorrent-client) (streaming torrent engine)