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 c249318 commit ae1939aCopy full SHA for ae1939a
README.md
@@ -59,7 +59,13 @@ There's also a UMD build in the `umd` directory:
59
import ReactRouter from 'react-router/umd/ReactRouter'
60
```
61
62
-If you're using globals, you can find the library on `window.ReactRouter`.
+If you're using globals, you can find the library on `window.ReactRouter`:
63
+```js
64
+var ReactRouter = window.ReactRouter;
65
+var Router = ReactRouter.Router;
66
+var Link = ReactRouter.Link;
67
+var Route = ReactRouter.Route;
68
+```
69
70
#### CDN
71
0 commit comments