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>2019-09-05 09:58:31 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-09-05 09:58:31 +0300
commit7a5abb11569810d0843f8cb4c8c8fcfe59e52f54 (patch)
tree5c254d2f891a9c63d11ef189aac8d3c73cb345bf /docs/faq.md
parent6fb7f39ab71590f6c909c2a6e83470883769c66b (diff)
Update jsdelivr URLs to use latest WebTorrent
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index c04e2f1..e32c1a1 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -231,7 +231,7 @@ clients like Transmission, and uTorrent to add support for WebTorrent. **Vuze**
## How do I get started?
To start using WebTorrent, simply include the
-[`webtorrent.min.js`](https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js)
+[`webtorrent.min.js`](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js)
script on your page. If you use [browserify](http://browserify.org/), you can
`npm install webtorrent` and `require('webtorrent')`.