File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ directory.</p></li>
77
77
</pre></li>
78
78
<li><p>You will need an http server running on your system. Mac and Linux machines typically
79
79
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>
81
81
</ol>
82
82
</div>
83
83
@@ -106,8 +106,8 @@ directory.</p>
106
106
<p>Other commands like <code>test.bat</code> or <code>e2e-test.bat</code> should be
107
107
executed from the Windows command line.</li>
108
108
<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>
111
111
</ol>
112
112
</div>
113
113
You can’t perform that action at this time.
0 commit comments