We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24cd31b + f0e380a commit 2432c56Copy full SHA for 2432c56
README.md
@@ -72,9 +72,9 @@ Loading this module through a script tag will make the `PeerId` obj available in
72
the global namespace.
73
74
```html
75
-<script src="https://npmcdn.com/peer-id/dist/index.min.js"></script>
+<script src="https://unpkg.com/peer-id/dist/index.min.js"></script>
76
<!-- OR -->
77
-<script src="https://npmcdn.com/peer-id/dist/index.js"></script>
+<script src="https://unpkg.com/peer-id/dist/index.js"></script>
78
```
79
80
# API
0 commit comments