Skip to content

Commit 97b4704

Browse files
Bilal Budhanitimdorr
Bilal Budhani
authored andcommitted
Replaces npmcdn to upkg in README (remix-run#3785)
1 parent ab4552d commit 97b4704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ var Route = require('react-router').Route
4747
var Link = require('react-router').Link
4848
```
4949

50-
The UMD build is also available on [npmcdn](https://npmcdn.com):
50+
The UMD build is also available on [unpkg](https://unpkg.com):
5151

5252
```html
53-
<script src="https://npmcdn.com/react-router/umd/ReactRouter.min.js"></script>
53+
<script src="https://unpkg.com/react-router/umd/ReactRouter.min.js"></script>
5454
```
5555

5656
You can find the library on `window.ReactRouter`.

0 commit comments

Comments
 (0)