aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-11-13 22:43:34 +0000
committerPete Bacon Darwin2013-11-13 22:43:34 +0000
commitbcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 (patch)
tree5894bb01ca539b12e56efedf5f93f669e91718a4 /docs/content/tutorial
parentb2137c9fdfd807e1c295e54b0aa6221c8dddb506 (diff)
downloadangular.js-bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3.tar.bz2
docs(tutorial): minimum required node.js version is 0.10
Diffstat (limited to 'docs/content/tutorial')
-rw-r--r--docs/content/tutorial/index.ngdoc2
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>