Skip to content

Commit 3e2b1cf

Browse files
npmcdn-to-unpkg-botdignifiedquire
authored andcommitted
docs(readme): replace npmcdn.com with unpkg.com
1 parent e97eda9 commit 3e2b1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Loading this module through a script tag will make the `Multiaddr` obj available
7474
the global namespace.
7575

7676
```html
77-
<script src="https://npmcdn.com/multiaddr/dist/index.min.js"></script>
77+
<script src="https://unpkg.com/multiaddr/dist/index.min.js"></script>
7878
<!-- OR -->
79-
<script src="https://npmcdn.com/multiaddr/dist/index.js"></script>
79+
<script src="https://unpkg.com/multiaddr/dist/index.js"></script>
8080
```
8181

8282
**NOTE**: You will need access to the Node.js `Buffer` API. If you are running

0 commit comments

Comments
 (0)