From af6c2e8779dd6eebb9364cd9721b190650f5f06d Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 22 Jan 2015 16:06:04 -0300 Subject: [PATCH] docs improved --- README.md | 3 --- docs/index.md | 7 +------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index cebb5d0..eaa6118 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,6 @@ See [the main bitcore repo](https://github.com/bitpay/bitcore) for more informat ```sh npm install bitcore-p2p ``` -```sh -bower install bitcore-p2p -``` In order to connect to the bitcore network, you'll need to know the IP address of at least one node of the network. You can do that by using the known DNS servers. Then, you can connect to it: ```javascript diff --git a/docs/index.md b/docs/index.md index b4a6aea..c0b8bfe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,11 +17,6 @@ For node projects: npm install bitcore-p2p --save ``` -For client-side projects: -```bash -bower install bitcore-p2p --save -``` - ## Quick Start ```javascript @@ -35,4 +30,4 @@ peer.on('inv', function(message) { peer.connect(); -``` \ No newline at end of file +```