Skip to content

Commit 0e4d7ca

Browse files
lenielcaitp
authored andcommitted
docs(tutorial): reference node command before scripts\web-server.js
Amended to also clarify this note in the mac/linux tab. Closes angular#5845
1 parent 6a9ccac commit 0e4d7ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/index.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ directory.</p></li>
7777
</pre></li>
7878
<li><p>You will need an http server running on your system. Mac and Linux machines typically
7979
have Apache pre-installed, but If you don't already have one installed, you can use <code>node</code>
80-
to run <code>scripts/web-server.js</code>, a simple bundled http server.</p></li>
80+
to run a simple bundled http server: <code>node scripts/web-server.js</code>.</p></li>
8181
</ol>
8282
</div>
8383

@@ -106,8 +106,8 @@ directory.</p>
106106
<p>Other commands like <code>test.bat</code> or <code>e2e-test.bat</code> should be
107107
executed from the Windows command line.</li>
108108
<li><p>You need an http server running on your system, but if you don't already have one
109-
already installed, you can use <code>node</code> to run <code>scripts\web-server.js</code>, a simple
110-
bundled http server.</p></li>
109+
already installed, you can use <code>node</code> to run a simple
110+
bundled http server: <code>node scripts\web-server.js</code>.</p></li>
111111
</ol>
112112
</div>
113113

0 commit comments

Comments
 (0)