diff options
| author | gdi2290 | 2013-06-14 11:40:56 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-18 22:05:28 +0100 | 
| commit | db8d8f9a4389c0de122d75ab42f0d75a1e558493 (patch) | |
| tree | 960162d76434c9a0e0c71ab62ab3d873f630042a /docs/content/tutorial/step_00.ngdoc | |
| parent | 8b81cf202ba181ce76d21b4f073a9dc0c0bd9e3e (diff) | |
| download | angular.js-db8d8f9a4389c0de122d75ab42f0d75a1e558493.tar.bz2 | |
docs(tutorial): add missing 'node' command and <code> tags
Diffstat (limited to 'docs/content/tutorial/step_00.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 2667b92c..56ff93c1 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -13,7 +13,7 @@ angular-seed, and run the application in the browser.  <div class="tabbable" show="true" ng-model="$cookies.platformPreference">    <div class="tab-pane well" id="git-mac" title="Git on Mac/Linux" value="gitUnix">      <ol> -      <li><p>In angular-phonecat directory, run this command:</p> +      <li><p>In <code>angular-phonecat</code> directory, run this command:</p>        <pre>git checkout -f step-0</pre>        <p>This resets your workspace to step 0 of the tutorial app.</p>        <p>You must repeat this for every future step in the tutorial and change the number to @@ -25,7 +25,7 @@ angular-seed, and run the application in the browser.            <li><b>For node.js users:</b>              <ol>                <li>In a <i>separate</i> terminal tab or window, run -<code>./scripts/web-server.js</code> to start the web server.</li> +<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>              </ol> @@ -46,7 +46,7 @@ directory.</li>    <div class="tab-pane well" id="git-win" title="Git on Windows" value="gitWin">      <ol> -      <li><p>Open Git bash and run this command (in angular-phonecat directory):</p> +      <li><p>Open Git bash and run this command (in <code>angular-phonecat</code> directory):</p>        <pre>git checkout -f step-0</pre>        <p>This resets your workspace to step 0 of the tutorial app.</p>        <p>You must repeat this for every future step in the tutorial and change the number to | 
