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

Commit

Permalink
Merge pull request #254 from nginnever/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
daviddias committed Apr 19, 2016
2 parents 503fdc4 + be21005 commit 72ae1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Same as in Node.js, you just have to [browserify](http://browserify.org) the cod
You can use [npmcdn](https://npmcdn.com/) to get the latest built version, like this

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

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

0 comments on commit 72ae1e8

Please sign in to comment.