aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/index.ngdoc
diff options
context:
space:
mode:
authorgdi22902013-06-14 11:40:56 -0700
committerPete Bacon Darwin2013-06-18 22:05:28 +0100
commitdb8d8f9a4389c0de122d75ab42f0d75a1e558493 (patch)
tree960162d76434c9a0e0c71ab62ab3d873f630042a /docs/content/tutorial/index.ngdoc
parent8b81cf202ba181ce76d21b4f073a9dc0c0bd9e3e (diff)
downloadangular.js-db8d8f9a4389c0de122d75ab42f0d75a1e558493.tar.bz2
docs(tutorial): add missing 'node' command and <code> tags
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
-rw-r--r--docs/content/tutorial/index.ngdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 4a81177d..25390621 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -72,7 +72,7 @@
directory.</p></li>
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
<pre>cd angular-phonecat</pre>
- <p>The tutorial instructions assume you are running all commands from the angular-phonecat
+ <p>The tutorial instructions assume you are running all commands from the <code>angular-phonecat</code>
directory.</p></li>
<li><p>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 <code>node</code>
@@ -96,10 +96,10 @@
<li><p>Clone the angular-phonecat repository located at <a
href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
<pre>git clone git://github.com/angular/angular-phonecat.git</pre>
- <p>This command creates the angular-phonecat directory in your current directory.</p></li>
- <li><p>Change your current directory to angular-phonecat.</p>
+ <p>This command creates the <code>angular-phonecat</code> directory in your current directory.</p></li>
+ <li><p>Change your current directory to <code>angular-phonecat</code>:</p>
<pre>cd angular-phonecat</pre>
- <p>The tutorial instructions assume you are running all commands from the angular-phonecat
+ <p>The tutorial instructions assume you are running all commands from the <code>angular-phonecat</code>
directory.</p>
<p>You should run all <code>git</code> commands from Git bash.</p>
<p>Other commands like <code>test.bat</code> or <code>e2e-test.bat</code> should be