From 79f26e293c1c9977a22018121d9ffcbccd714d42 Mon Sep 17 00:00:00 2001 From: Nodeswitch Date: Wed, 14 Jan 2015 07:45:06 +0000 Subject: [PATCH] Update README.md Minor changes to wording to give better understanding. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee2c02d7..43b4b00f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Decentralized websites using Bitcoin crypto and BitTorrent network - When you visit a new zeronet site, it's trying to find peers using BitTorrent network and download the site files (html, css, js...) from them. - Each visited sites become also served by You. - Every site containing a `site.json` which holds all other files sha1 hash and a sign generated using site's private key. - - If the site owner (who has the private key for the site address) modifies the site, then he/she signs the new `content.json` and publish it to the peers. After the peers verified the `content.json` integrity using the sign they download the modified files and publish the new content to other peers. + - If the site owner (who has the private key for the site address) modifies the site, then he/she signs the new `content.json` and publish it to the peers. After the peers have verified the `content.json` integrity using the sign they download the modified files and publish the new content to other peers. ## Screenshot @@ -35,7 +35,7 @@ Windows: Linux (Debian): - `apt-get install python-pip` - - `pip install pyzmq` (if drops compile error then `apt-get install python-dev` and try again) + - `pip install pyzmq` (if it drops a compile error then run `apt-get install python-dev` and try again) - `pip install gevent` - `pip install msgpack-python` - start using `python zeronet.py` @@ -76,4 +76,4 @@ Site:13DNDk..bhC2 Successfuly published to 3 peers Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX -#### Thank you! \ No newline at end of file +#### Thank you!