diff options
| author | Leniel Macaferi | 2014-01-16 20:57:10 -0200 | 
|---|---|---|
| committer | Caitlin Potter | 2014-01-16 19:13:53 -0500 | 
| commit | 0e4d7cacad9d51be171fcf3222ce48dbdfc92ffa (patch) | |
| tree | f4b0a601b4fe8403c55eec0570d9f84757f4cd1b /docs/content/tutorial | |
| parent | 6a9ccacd626229b75629f652d13221fd37996432 (diff) | |
| download | angular.js-0e4d7cacad9d51be171fcf3222ce48dbdfc92ffa.tar.bz2 | |
docs(tutorial): reference node command before scripts\web-server.js
Amended to also clarify this note in the mac/linux tab.
Closes #5845
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/index.ngdoc | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index e1fe7d86..5b7c9716 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -77,7 +77,7 @@ directory.</p></li>        </pre></li>        <li><p>You will need an http server running on your system. Mac and Linux machines typically  have Apache pre-installed, but If you don't already have one installed, you can use <code>node</code> -to run <code>scripts/web-server.js</code>,  a simple bundled http server.</p></li> +to run a simple bundled http server: <code>node scripts/web-server.js</code>.</p></li>      </ol>    </div> @@ -106,8 +106,8 @@ directory.</p>        <p>Other commands like <code>test.bat</code> or <code>e2e-test.bat</code> should be  executed from the Windows command line.</li>        <li><p>You need an http server running on your system, but if you don't already have one -already installed, you can use <code>node</code> to run <code>scripts\web-server.js</code>, a simple -bundled http server.</p></li> +already installed, you can use <code>node</code> to run a simple +bundled http server: <code>node scripts\web-server.js</code>.</p></li>      </ol>    </div> | 
