Readme should reference a beta.X and not the specific beta release.

This commit is contained in:
Chris Kleeschulte 2015-09-16 14:45:14 -04:00
parent 6aee1d36f6
commit 3daa8a7984

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
```