Skip to content

Commit 8fff8aa

Browse files
committed
Merge pull request reactjs#133 from chrisbolin/patch-3
Make <tutorial url> explicit
2 parents 5a4ef99 + 944256c commit 8fff8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/01-setting-up/README.md

Lines changed: 1 addition & 1 deletion
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)