浏览代码

Make <tutorial url> explicit

Make the setup fast and easy :)
Chris Bolin 9 年之前
父节点
当前提交
944256c188
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 
 ```
-git clone <tutorial url>
+git clone https://github.com/reactjs/react-router-tutorial
 cd react-router-tutorial
 cd lessons/01-setting-up
 npm install