From 60af2ec9a43a48660ceef3e624556fe3724f9ee5 Mon Sep 17 00:00:00 2001 From: ebeal Date: Tue, 13 Aug 2013 21:39:31 -0700 Subject: fix(tutorial): fix broken link caused by bad line break --- docs/content/tutorial/index.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 3c0eebf8..59f17b8d 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -64,8 +64,8 @@ and follow the instructions for setting up your computer.
npm install -g karma
You'll also need Git, which you can get from the Git site.
Clone the angular-phonecat repository located at Github by running the following command:
+Clone the angular-phonecat repository located at + Github by running the following command:
git clone git://github.com/angular/angular-phonecat.git
This command creates the angular-phonecat directory in your current
directory.