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

Commit

Permalink
docs(tutorial): minimum required node.js version is 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Nov 13, 2013
1 parent b2137c9 commit bcc6e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

1 comment on commit bcc6e8d

@forresst
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not also make the change on line 88 (for Windows)?

Please sign in to comment.