Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1d9647e

Browse files
Mithgoldignifiedquire
authored andcommitted
docs(readme): npmcdn.com → unpkg.com
1 parent 5cd59a8 commit 1d9647e

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
@@ -75,10 +75,10 @@ Same as in Node.js, you just have to [browserify](http://browserify.org) the cod
7575

7676
### In the Browser through `<script>` tag
7777

78-
You can use [npmcdn](https://npmcdn.com/) to get the latest built version, like this
78+
You can use [unpkg](https://unpkg.com/) to get the latest built version, like this
7979

8080
```html
81-
<script src="https://npmcdn.com/ipfs-api/dist/index.js"></script>
81+
<script src="https://unpkg.com/ipfs-api/dist/index.js"></script>
8282
```
8383

8484
This will export the `IpfsApi` constructor on the `window` object, such that:

0 commit comments

Comments
 (0)