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.
1 parent 3438ee4 commit 1b4ced6Copy full SHA for 1b4ced6
README.md
@@ -302,7 +302,11 @@ active -->
302
303
### Top-Level Static Methods
304
305
-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.
306
+
307
+```js
308
+var Router = require('react-nested-router')
309
+```
310
311
**transitionTo(routeName, [params[, query]])** - Programatically transition to a new route.
312
0 commit comments