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-09-21 08:18:31 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-21 08:18:31 +0400
commit26a971d9d08b2fad5eacc862543e8cd1637a3df0 (patch)
treed99e079dcedddf5bb1a287c70ceacaa32cf5c345 /README.md
parent865e8051859f43fb760c25d45387de906fb7ada0 (diff)
remove unused dep; readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b62841e..0334163 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,9 @@ object, so it can be used with just a script tag:
WebTorrent also works in node.js, using the *same npm module!* It's mad science!
-Here's how to get started:
+#### Command line app
+
+WebTorrent is available as a command line app Here's how to use it:
```bash
$ npm install webtorrent -g
@@ -165,6 +167,9 @@ There are many supported streaming options:
### API
+This API should work exactly the same in node and the browser. Open an issue if this is
+not the case.
+
#### `client = new WebTorrent([opts])`
Create a new `WebTorrent` instance.