Explorar el Código

Make <tutorial url> explicit

Make the setup fast and easy :)
Chris Bolin hace 9 años
padre
commit
944256c188
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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