From d336918dc74f9a505a74393d0c70ea96a3018fc1 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 21 Aug 2017 16:10:23 -0400 Subject: [PATCH] Fixed README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee29217..3e1b93d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There is no upgrade path from previous versions of Bitcore Node due to the remov ## Install ```bash -npm install -g bitcore-node +npm install -g bitcore-node@beta ./bin/bitcore-node start ```