Skip to content

Commit 7102196

Browse files
jaketrentryanflorence
authored andcommitted
Update README.md
Fix example usage import
1 parent 760beec commit 7102196

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
@@ -31,7 +31,7 @@ This library only ships with common js modules, so you'll need browserify or
3131
webpack or something that can load/bundle it.
3232

3333
```
34-
var ReactRouter = require('react-router');
34+
var ReactRouter = require('react-nested-router');
3535
var Router = ReactRouter.Router;
3636
var Route = Router.Route;
3737
var Link = Router.Link;

0 commit comments

Comments
 (0)