Skip to content

Commit 944256c

Browse files
committed
Make <tutorial url> explicit
Make the setup fast and easy :)
1 parent 4bd1969 commit 944256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/01-setting-up/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ up our project.
99
## Clone the Tutorial
1010

1111
```
12-
git clone <tutorial url>
12+
git clone https://github.com/reactjs/react-router-tutorial
1313
cd react-router-tutorial
1414
cd lessons/01-setting-up
1515
npm install

0 commit comments

Comments
 (0)