diff options
| author | Pete Bacon Darwin | 2013-11-13 22:43:34 +0000 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-13 22:43:34 +0000 | 
| commit | bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 (patch) | |
| tree | 5894bb01ca539b12e56efedf5f93f669e91718a4 /docs/content | |
| parent | b2137c9fdfd807e1c295e54b0aa6221c8dddb506 (diff) | |
| download | angular.js-bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3.tar.bz2 | |
docs(tutorial): minimum required node.js version is 0.10
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tutorial/index.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 59ddb898..66d0d4cc 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -66,7 +66,7 @@ directory.</p></li>        <p>The tutorial instructions, from now on, assume you are running all commands from the <code>angular-phonecat</code>  directory.</p></li>        <li><p>You will also need Node.js and Karma to run unit tests, so please verify that you have -      <a href="http://nodejs.org/">Node.js</a> v0.8 or better installed +      <a href="http://nodejs.org/">Node.js</a> v0.10 or better installed        and that the <code>node</code> executable is on your <code>PATH</code> by running the following        command in a terminal window:</p></li>        <pre>node --version</pre>  | 
