Skip to content

Commit

Permalink
remove unused dep; readme
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Sep 21, 2014
1 parent 865e805 commit 26a971d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"hat": "0.0.3",
"http-https": "^1.0.0",
"inherits": "^2.0.1",
"ip-set": "^1.0.0",
"load-ip-set": "^1.0.3",
"mime": "^1.2.11",
"minimist": "^1.1.0",
Expand Down

0 comments on commit 26a971d

Please sign in to comment.