From b802073971149778e775800aa86b4aaaee73fc3e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 27 May 2016 14:09:04 -0400 Subject: [PATCH] docs: update Node.js version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffc158..f93c673 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Infrastructure to build Bitcoin and blockchain-based applications for the next g ## Getting Started -Before you begin you'll need to have Node.js v0.12 installed. There are several options for installation. One method is to use [nvm](https://github.com/creationix/nvm) to easily switch between different versions, or download directly from [Node.js](https://nodejs.org/). +Before you begin you'll need to have Node.js v4 or v0.12 installed. There are several options for installation. One method is to use [nvm](https://github.com/creationix/nvm) to easily switch between different versions, or download directly from [Node.js](https://nodejs.org/). ```bash npm install -g bitcore