mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 15:12:30 +00:00
Merge pull request #30 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
This commit is contained in:
commit
2432c56ad5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user