Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 3639f8e

Browse files
authored
Merge pull request #21 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 45b63d4 + 8044785 commit 3639f8e

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
@@ -96,9 +96,9 @@ var PeerInfo = require('peer-info')
9696
Loading this module through a script tag will make the `PeerInfo` obj available in the global namespace.
9797

9898
```html
99-
<script src="https://npmcdn.com/peer-info/dist/index.min.js"></script>
99+
<script src="https://unpkg.com/peer-info/dist/index.min.js"></script>
100100
<!-- OR -->
101-
<script src="https://npmcdn.com/peer-info/dist/index.js"></script>
101+
<script src="https://unpkg.com/peer-info/dist/index.js"></script>
102102
```
103103

104104
# License

0 commit comments

Comments
 (0)