Browse Source

Make <tutorial url> explicit

Make the setup fast and easy :)
Chris Bolin 9 năm trước cách đây
mục cha
commit
944256c188
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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