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:43 +0100
commitd219442945f5fe6588887b770131d427e5c8919d (patch)
tree56804b0d7faa77ae1e17b8275aed6a58f3766d47 /docs/content/tutorial/index.ngdoc
parent2b33be47cb1abd3808ac56bd21ab3dfa879f66c5 (diff)
downloadangular.js-d219442945f5fe6588887b770131d427e5c8919d.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