Skip to content

Commit

Permalink
Merge pull request #537 from nodejs/required-nodejs-version
Browse files Browse the repository at this point in the history
Update readme with required version too build
  • Loading branch information
jona committed Feb 25, 2016
2 parents 462a665 + 35a0a19 commit b935aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm run serve

This will start the development server on http://localhost:8080/en/ and should reload automatically when you make changes but it's all just code and no code is perfect so sometimes you may need to restart it :)

Note: You'll need io.js 2.x or newer as the build system uses some native ES2015 features.
Note: You'll need Node.js v4 or newer as the build system uses some native ES2015 features.

### Layout

Expand Down

0 comments on commit b935aca

Please sign in to comment.