Merge pull request #25 from extend1994/add-badge

add CDNJS version badge in README.md
This commit is contained in:
Carlos Guerrero 2017-03-22 21:47:32 +02:00 committed by GitHub
commit dace95a66f
2 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@
## Previous versions
We did not maintain a changelog for versions prior to v0.1.0. The initial release of WebTorrent was on 2016-10-16.
We did not maintain a changelog for versions prior to v0.1.0. The initial release of CacheP2P was on 2016-10-16.

View file

@ -8,6 +8,8 @@
<br>
[![CDNJS version](https://img.shields.io/cdnjs/v/cachep2p.svg)](https://cdnjs.com/libraries/cachep2p)
**CacheP2P** is a highly distributed [cache](https://en.wikipedia.org/wiki/Cache_(computing)) platform based on [WebTorrent](https://webtorrent.io/) and runs only in the **browser**.
It is a javascript library that once included in a website, makes every new user a mirror of the specific URL he has opened and allows it to serve it to all the other users that also are accessing the same website, so the website's server doesn't have to.