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

Commit 97ac644

Browse files
committed
Changed link to browserify.org, closes #155
1 parent 704e358 commit 97ac644

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
@@ -33,7 +33,7 @@ var ipfs = ipfsAPI({host: 'localhost', port: '5001', procotol: 'http'})
3333

3434
### In the Browser through browserify
3535

36-
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.
36+
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.
3737

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

0 commit comments

Comments
 (0)