Browse Source

Merge pull request #133 from chrisbolin/patch-3

Make <tutorial url> explicit
Tim Dorr 9 years ago
parent
commit
8fff8aad76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lessons/01-setting-up/README.md

+ 1 - 1
lessons/01-setting-up/README.md

@@ -9,7 +9,7 @@ up our project.
 ## Clone the Tutorial
 ## Clone the Tutorial
 
 
 ```
 ```
-git clone <tutorial url>
+git clone https://github.com/reactjs/react-router-tutorial
 cd react-router-tutorial
 cd react-router-tutorial
 cd lessons/01-setting-up
 cd lessons/01-setting-up
 npm install
 npm install