From 8192fc2e3640db42ae877753d21e0455d8bf6075 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 6 Jan 2018 09:48:12 -0800 Subject: [PATCH] Update jsdelivr URL JSDelivr has a new URL scheme that we must use if we want the latest JS to actually show up: https://www.jsdelivr.com/new-jsdelivr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6927eb04..d0112f03 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It can be used **without** browser plugins, extensions, or installations. It's J JavaScript™. Note: WebTorrent does **not** support UDP/TCP peers in browser. Simply include the -[`webtorrent.min.js`](https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js) script +[`webtorrent.min.js`](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js) script on your page to start fetching files over WebRTC using the BitTorrent protocol, or `require('webtorrent')` with [browserify](http://browserify.org/). See [demo apps ](#webtorrent-in-production) and [code examples](#usage) below. @@ -212,7 +212,7 @@ The WebTorrent script is also hosted on fast, reliable CDN infrastructure (Cloud MaxCDN) for easy inclusion on your site: ```html - + ``` #### In Node.js