From 0ee82a1f099c7834f0f22c38363a6788eb620df0 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 21 Jan 2015 14:20:26 -0500 Subject: [PATCH] Fixed a typo in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32c492..3a276e8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ See [the main bitcore repo](https://github.com/bitpay/bitcore) for more informat ## Getting Started ```sh -npm install bitcore-rpc +npm install bitcore-p2p ``` ```sh -bower install bitcore-rpc +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: