Skip to content

Commit 04a2eae

Browse files
committed
Merge pull request #68 from jaketrent/master
Add router import to clarify where static methods are found in 0.2
2 parents a3d6e2a + 1b4ced6 commit 04a2eae

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
@@ -308,7 +308,11 @@ active -->
308308

309309
### Top-Level Static Methods
310310

311-
The Router module has several top-level methods that may be used to navigate around the application.
311+
The router has several top-level methods that may be used to navigate around the application.
312+
313+
```js
314+
var Router = require('react-nested-router')
315+
```
312316

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

0 commit comments

Comments
 (0)