mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 06:22:24 +00:00
Replace npmcdn.com with unpkg.com
This commit is contained in:
parent
24cd31b2d1
commit
f0e380af58
@ -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