Skip to content

Commit 46785fe

Browse files
committed
Update README.md to help new users install v1
Just installed react-router via the previously given command (which installs v0.13) and spent an hour figuring out why I get errors when just following the tutorial code. Turns out the tutorial code assumes you installed v1. This is really confusing.
1 parent de68ddd commit 46785fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We support all browsers and environments where React runs.
2828

2929
#### npm + webpack/browserify
3030

31-
$ npm install react-router
31+
$ npm install react-router@1.0.0-rc1
3232

3333
Then with a module bundler or webpack, use as you would anything else:
3434

0 commit comments

Comments
 (0)