diff options
| author | Stéphane Reynaud | 2013-11-15 11:36:36 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-20 11:02:30 +0000 | 
| commit | f2453eabb35b05fc3ba83b49b2e236e3c4c092fb (patch) | |
| tree | ac2fefe95eff2411ff7b99df382a4ba827fb0d7e /docs/content/tutorial | |
| parent | aa0b11d79407b67e8d485d20b6abd82c0a0e9614 (diff) | |
| download | angular.js-f2453eabb35b05fc3ba83b49b2e236e3c4c092fb.tar.bz2 | |
docs(tutorial): minimum node.js version is 0.10 (Windows too)
The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3
But the change was not made for the part of Windows.
Closes #4967
Diffstat (limited to 'docs/content/tutorial')
| -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 66d0d4cc..af9bce28 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -85,7 +85,7 @@ to run <code>scripts/web-server.js</code>,  a simple bundled http server.</p></l    <div class="tab-pane well" id="git-win" title="Git on Windows">      <ol>        <li><p>You will 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>          <pre>node --version</pre> | 
