Merge pull request #30 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com
This commit is contained in:
David Dias 2016-09-11 13:03:07 -04:00 committed by GitHub
commit 2432c56ad5

View File

@ -72,9 +72,9 @@ Loading this module through a script tag will make the `PeerId` obj available in
the global namespace. the global namespace.
```html ```html
<script src="https://npmcdn.com/peer-id/dist/index.min.js"></script> <script src="https://unpkg.com/peer-id/dist/index.min.js"></script>
<!-- OR --> <!-- OR -->
<script src="https://npmcdn.com/peer-id/dist/index.js"></script> <script src="https://unpkg.com/peer-id/dist/index.js"></script>
``` ```
# API # API