From 0e4d7cacad9d51be171fcf3222ce48dbdfc92ffa Mon Sep 17 00:00:00 2001
From: Leniel Macaferi
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 node
-to run scripts/web-server.js, a simple bundled http server.
node scripts/web-server.js.
@@ -106,8 +106,8 @@ directory.
Other commands like test.bat or e2e-test.bat should be
executed from the Windows command line.
You need an http server running on your system, but if you don't already have one
-already installed, you can use node to run scripts\web-server.js, a simple
-bundled http server.
node to run a simple
+bundled http server: node scripts\web-server.js.