Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit 273aea4

Browse files
Merge pull request #46 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 69e872a + e92f271 commit 273aea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The npm package defaults to the CommonJS build.
1616
However it also includes a pre-minified UMD build in the `dist` folder.
1717
The UMD build exports a global `window.ReactDnDHTML5Backend` when imported as a `<script>` tag.
1818

19-
If you’d rather not use npm, you can use [npmcdn](http://npmcdn.com/) to access the UMD build directly: [ReactDnDHTML5Backend.min.js](https://npmcdn.com/react-dnd-html5-backend@latest/dist/ReactDnDHTML5Backend.min.js).
19+
If you’d rather not use npm, you can use [unpkg](http://unpkg.com/) to access the UMD build directly: [ReactDnDHTML5Backend.min.js](https://unpkg.com/react-dnd-html5-backend@latest/dist/ReactDnDHTML5Backend.min.js).
2020
You may point your Bower config to it.
2121

2222
## Browser Support

0 commit comments

Comments
 (0)