Update readme node version

This commit is contained in:
Dan Finlay 2016-07-28 11:58:37 -07:00
parent 496b6b6e96
commit 4715a55d0f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Building locally
- Install [Node.js](https://nodejs.org/en/) version 6 or later.
- Install [Node.js](https://nodejs.org/en/) version 6.3.1 or later.
- Install local dependencies with `npm install`.
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.