We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d6e2a + 1b4ced6 commit 04a2eaeCopy full SHA for 04a2eae
README.md
@@ -308,7 +308,11 @@ active -->
308
309
### Top-Level Static Methods
310
311
-The Router module has several top-level methods that may be used to navigate around the application.
+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
+```
316
317
**transitionTo(routeName, [params[, query]])** - Programatically transition to a new route.
318
0 commit comments