Merge pull request #12 from braydonf/bug/docs-install
Fixed a typo in the README
This commit is contained in:
commit
8e0079c1a5
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user