diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 0dc6deb8..146f9244 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -24,18 +24,15 @@ angular-seed, and run the application in the browser.
- For node.js users:
- - In a separate terminal tab or window, run
-
node ./scripts/web-server.js to start the web server.
- - Open a browser window for the app and navigate to In a separate terminal tab or window, run
node ./scripts/web-server.js to start the web server.
+ - Open a browser window for the app and navigate to http://localhost:8000/app/index.html
- For other http servers:
- - Configure the server to serve the files in the
angular-phonecat
-directory.
- - Navigate in your browser to
-
http://localhost:[port-number]/[context-path]/app/index.html.
+ - Configure the server to serve the files in the
angular-phonecat directory.
+ - Navigate in your browser to
http://localhost:[port-number]/[context-path]/app/index.html.
@@ -56,18 +53,14 @@ directory.
- For node.js users:
- - In a separate terminal tab or window, run
node
-scripts\web-server.js to start the web server.
- - Open a browser window for the app and navigate to http://localhost:8000/app/index.html
+ - In a separate terminal tab or window, run
node scripts\web-server.js to start the web server.
+ - Open a browser window for the app and navigate to http://localhost:8000/app/index.html
- For other http servers:
- - Configure the server to serve the files in the
angular-phonecat
-directory.
- - Navigate in your browser to
-
http://localhost:[port-number]/[context-path]/app/index.html.
+ - Configure the server to serve the files in the
angular-phonecat directory.
+ - Navigate in your browser to
http://localhost:[port-number]/[context-path]/app/index.html.