Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bcc6e8d

Browse files
docs(tutorial): minimum required node.js version is 0.10
1 parent b2137c9 commit bcc6e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/index.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ directory.</p></li>
6666
<p>The tutorial instructions, from now on, assume you are running all commands from the <code>angular-phonecat</code>
6767
directory.</p></li>
6868
<li><p>You will also need Node.js and Karma to run unit tests, so please verify that you have
69-
<a href="http://nodejs.org/">Node.js</a> v0.8 or better installed
69+
<a href="http://nodejs.org/">Node.js</a> v0.10 or better installed
7070
and that the <code>node</code> executable is on your <code>PATH</code> by running the following
7171
command in a terminal window:</p></li>
7272
<pre>node --version</pre>

0 commit comments

Comments
 (0)