Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Changed link to browserify.org, closes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Dec 3, 2015
1 parent 704e358 commit 97ac644
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 @@ -33,7 +33,7 @@ var ipfs = ipfsAPI({host: 'localhost', port: '5001', procotol: 'http'})

### In the Browser through browserify

Same as in Node.js, you just have to [browserify](https://github.com/substack/js-browserify) the code before serving it. See the browserify repo for how to do that.
Same as in Node.js, you just have to [browserify](http://browserify.org) the code before serving it. See the browserify repo for how to do that.

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

Expand Down

0 comments on commit 97ac644

Please sign in to comment.