docs(tutorial/index): update requisite version of node

Not all 0.10.x support `^` in versions in `package.json`
This commit is contained in:
Dken
2014-05-26 21:35:09 +08:00
committed by Brian Ford
parent 2fcbd39d0b
commit 23c8af232f

View File

@@ -95,7 +95,7 @@ The tutorial instructions, from now on, assume you are running all commands from
### Install Node.js
If you want to run the preconfigured local web-server and the test tools then you will also need
[Node.js v0.10+][node].
[Node.js v0.10.27+][node].
You can download a Node.js installer for your operating system from http://nodejs.org/download/.