fix(tutorial): fix broken link caused by bad line break

This commit is contained in:
ebeal 2013-08-13 21:39:31 -07:00 committed by Brian Ford
parent 920a380413
commit 60af2ec9a4

View file

@ -64,8 +64,8 @@ and follow the instructions for setting up your computer.
<pre>npm install -g karma</pre>
<li><p>You'll also need Git, which you can get from
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
<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>
<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 <code>angular-phonecat</code> directory in your current
directory.</p></li>