فهرست منبع

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