mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Update step_00.ngdoc
the <a> is incorrect. there is no space between "a" and "href"
This commit is contained in:
parent
d40884d1b0
commit
2c7df1550c
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ angular-seed, and run the application in the browser.
|
|||
<ol>
|
||||
<li>In a <i>separate</i> terminal tab or window, run
|
||||
<code>node ./scripts/web-server.js</code> to start the web server.</li>
|
||||
<li>Open a browser window for the app and navigate to <a
|
||||
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
|
||||
<li>Open a browser window for the app and navigate to <a
|
||||
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><b>For other http servers:</b>
|
||||
|
|
|
|||
Loading…
Reference in a new issue