Skip to content

Commit

Permalink
docs(readme): replace npmcdn.com with unpkg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot authored and dignifiedquire committed Sep 13, 2016
1 parent e97eda9 commit 3e2b1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Loading this module through a script tag will make the `Multiaddr` obj available
the global namespace.

```html
<script src="https://npmcdn.com/multiaddr/dist/index.min.js"></script>
<script src="https://unpkg.com/multiaddr/dist/index.min.js"></script>
<!-- OR -->
<script src="https://npmcdn.com/multiaddr/dist/index.js"></script>
<script src="https://unpkg.com/multiaddr/dist/index.js"></script>
```

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

0 comments on commit 3e2b1cf

Please sign in to comment.