Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

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 8, 2016
1 parent bc7b52c commit 9c036f3
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 @@ -76,9 +76,9 @@ Loading this module through a script tag will make the `IpfsBlock` obj available
the global namespace.

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

## API
Expand Down

0 comments on commit 9c036f3

Please sign in to comment.