From 6a937696f543f190cbb42a372e7af7e73f32d3c6 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 17 Oct 2016 04:43:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27c4927..1253ae1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **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 makes every user a mirror of the webpage he has opened and allows it to serve it to other users that also are accessing the same website. +It is a javascript library that once included in the pages of a website, makes every new user a mirror of the webpage 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 deliver that content to the users. Users can share the content between themselves, and even if the website crashes, all the content can remain online as long as there are users accessing it. ### License