Replace npmcdn.com with unpkg.com

This commit is contained in:
npmcdn-to-unpkg-bot 2016-09-11 12:29:33 +01:00
parent 24cd31b2d1
commit f0e380af58

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