Skip to content

Commit

Permalink
Merge pull request #1294 from webtorrent/add-jsdelivr-badge
Browse files Browse the repository at this point in the history
Add jsdelivr download count badge
  • Loading branch information
DiegoRBaquero committed Feb 18, 2018
2 parents c29e02c + fad2974 commit bc6f1cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,8 @@ on your page to start fetching files over WebRTC using the BitTorrent protocol,
`require('webtorrent')` with [browserify](http://browserify.org/). See [demo apps
](#webtorrent-in-production) and [code examples](#usage) below.

[![jsdelivr download count](https://data.jsdelivr.com/v1/package/npm/webtorrent/badge)](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js)

To make BitTorrent work over WebRTC (which is the only P2P transport that works on the
web) we made some protocol changes. Therefore, a browser-based WebTorrent client or **"web
peer"** can only connect to other clients that support WebTorrent/WebRTC.
Expand Down

0 comments on commit bc6f1cd

Please sign in to comment.