From ac03daa4d29cbcd930952693daa960a56bbd78ec Mon Sep 17 00:00:00 2001 From: Carlos Guerrero Date: Sat, 22 Oct 2016 21:11:12 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78e33c..b40561f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. From 0d27bc41ca917879059f9b26c5ba502a6840cbfb Mon Sep 17 00:00:00 2001 From: LboAnn Date: Tue, 21 Mar 2017 22:21:59 +0000 Subject: [PATCH 2/2] add CDNJS version badge in README.md add CDNJS version badge in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5abb366..47883d5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@
+[![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.