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

Commit

Permalink
Merge pull request #21 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
daviddias committed Sep 11, 2016
2 parents 45b63d4 + 8044785 commit 3639f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ var PeerInfo = require('peer-info')
Loading this module through a script tag will make the `PeerInfo` obj available in the global namespace.

```html
<script src="https://npmcdn.com/peer-info/dist/index.min.js"></script>
<script src="https://unpkg.com/peer-info/dist/index.min.js"></script>
<!-- OR -->
<script src="https://npmcdn.com/peer-info/dist/index.js"></script>
<script src="https://unpkg.com/peer-info/dist/index.js"></script>
```

# License
Expand Down

0 comments on commit 3639f8e

Please sign in to comment.