Skip to content

Commit 1b4ced6

Browse files
committed
Add router import to clarify where static methods are found in 0.2
1 parent 3438ee4 commit 1b4ced6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,11 @@ active -->
302302

303303
### Top-Level Static Methods
304304

305-
The Router module has several top-level methods that may be used to navigate around the application.
305+
The router has several top-level methods that may be used to navigate around the application.
306+
307+
```js
308+
var Router = require('react-nested-router')
309+
```
306310

307311
**transitionTo(routeName, [params[, query]])** - Programatically transition to a new route.
308312

0 commit comments

Comments
 (0)