Merge pull request #236 from kleetus/readme

Readme should reference a beta.X and not the specific beta release.
This commit is contained in:
Braydon Fuller 2015-09-16 15:22:28 -04:00
commit f85a832d8c

View File

@ -6,7 +6,7 @@ A Bitcoin full node for building applications and services with Node.js. A node
## Install
```bash
npm install -g bitcore-node@0.2.0-beta.6
npm install -g bitcore-node@0.2.0-beta.X
bitcore-node start
```