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.
1 parent e97eda9 commit 3e2b1cfCopy full SHA for 3e2b1cf
README.md
@@ -74,9 +74,9 @@ Loading this module through a script tag will make the `Multiaddr` obj available
74
the global namespace.
75
76
```html
77
-<script src="https://npmcdn.com/multiaddr/dist/index.min.js"></script>
+<script src="https://unpkg.com/multiaddr/dist/index.min.js"></script>
78
<!-- OR -->
79
-<script src="https://npmcdn.com/multiaddr/dist/index.js"></script>
+<script src="https://unpkg.com/multiaddr/dist/index.js"></script>
80
```
81
82
**NOTE**: You will need access to the Node.js `Buffer` API. If you are running
0 commit comments