From da720712f32c7d017afd2adf362160cb5f4a4f40 Mon Sep 17 00:00:00 2001 From: ebeal Date: Tue, 13 Aug 2013 21:39:31 -0700 Subject: [PATCH] fix(tutorial): fix broken link caused by bad line break --- docs/content/tutorial/index.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 3c0eebf821ea..59f17b8dadc4 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.