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

Replace npmcdn.com with unpkg.com #21

Merged
merged 1 commit into from
Sep 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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