We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4552d commit 97b4704Copy full SHA for 97b4704
README.md
@@ -47,10 +47,10 @@ var Route = require('react-router').Route
47
var Link = require('react-router').Link
48
```
49
50
-The UMD build is also available on [npmcdn](https://npmcdn.com):
+The UMD build is also available on [unpkg](https://unpkg.com):
51
52
```html
53
-<script src="https://npmcdn.com/react-router/umd/ReactRouter.min.js"></script>
+<script src="https://unpkg.com/react-router/umd/ReactRouter.min.js"></script>
54
55
56
You can find the library on `window.ReactRouter`.
0 commit comments