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>2016-03-17 02:54:16 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-17 02:54:16 +0300
commit18f985a645d1ab808efaf81abd458e93a86049d3 (patch)
tree98f697cfca1ffbcc1be55ee4c349ec3b45293a33 /README.md
parent1339332582844b251ae479445438e89c599d5ba5 (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 6c4907d..8afe65b 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ to browserify. However, webpack requires the following extra configuration:
```
Otherwise you could also directly use the pre-built version via `require('webtorrent/webtorrent.min')`.
-#### Global
+##### Script tag
WebTorrent is also available as a standalone script
([`webtorrent.min.js`](webtorrent.min.js)) which exposes `WebTorrent` on the `window`
@@ -223,7 +223,7 @@ MaxCDN) for easy inclusion on your site:
<script src="https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js"></script>
```
-#### In node.js
+#### In Node.js
WebTorrent also works in node.js, using the *same npm package!* It's mad science!
@@ -233,8 +233,8 @@ support for node.
#### As a command line app
-WebTorrent is available as [a command line app](https://github.com/feross/webtorrent-cli).
-Here's how to use it:
+WebTorrent is also available as a
+[command line app](https://github.com/feross/webtorrent-cli). Here's how to use it:
```bash
$ npm install webtorrent-cli -g