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 8, 2016
1 parent 4c69a3b commit 477d6e5
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 @@ -105,9 +105,9 @@ var IPFSRepo = require('ipfs-repo')
Loading this module through a script tag will make the `Unixfs` obj available in the global namespace.

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

## Usage
Expand Down

0 comments on commit 477d6e5

Please sign in to comment.