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>2013-11-07 10:47:42 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-11-07 10:47:42 +0400
commit05e06a71e09ae31ee48c996051cfd4c56ea78943 (patch)
tree80331b413fe1d822c388130502b0301133e6306f /README.md
parent1a1db8d9916c99b7a961da27bbb3de58df723191 (diff)
readme
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 e7e434d..4dff589 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-webtorrent - BitTorrent over WebRTC
+WebTorrent - BitTorrent over WebRTC
==========
A streaming torrent client in your browser, powered by webRTC and black magic.
-**Watch / star repo to follow along with progress**
+Warning: This is pre-alpha software. Nothing works yet. **Watch/star this repo to follow along with progress.**
![Magic](https://raw.github.com/feross/webtorrent/master/img/logo.png)
@@ -52,9 +52,9 @@ Since WebTorrent is web-first, it's dead simple for users to use without underst
- WebTorrent bootstrap DHT node does *a bit* more work than a BitTorrent one since it must do WebRTC signaling. (Not a huge deal)
-## NPM modules
+## The NPM Way&trade;
-"When applications are done well, they are just the really application-specific, brackish residue that can't be so easily abstracted away. All the nice, reusable components sublimate away onto github and npm where everybody can collaborate to advance the commons." -[substack](http://substack.net/how_I_write_modules)
+"When applications are done well, they are just the really application-specific, brackish residue that can't be so easily abstracted away. All the nice, reusable components sublimate away onto github and npm where everybody can collaborate to advance the commons." -- [substack](http://substack.net/how_I_write_modules)
- [webtorrent](https://github.com/feross/webtorrent) (this repo)
- [magnet-uri](https://github.com/feross/magnet-uri)