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

Commit 72ae1e8

Browse files
committed
Merge pull request #254 from nginnever/master
Update README.md
2 parents 503fdc4 + be21005 commit 72ae1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Same as in Node.js, you just have to [browserify](http://browserify.org) the cod
4040
You can use [npmcdn](https://npmcdn.com/) to get the latest built version, like this
4141

4242
```html
43-
<script src="https://npmcdn.com/ipfs-api/dist/ipfsapi.min.js"></script>
43+
<script src="https://npmcdn.com/ipfs-api/dist/index.js"></script>
4444
```
4545

4646
This will export the `ipfsAPI` constructor on the `window` object, such that:

0 commit comments

Comments
 (0)