diff --git a/README.md b/README.md index c48f3fb..cd289e9 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ const PeerId = require('peer-id') ### In the Browser through browserify -Same as in Node.js, you just have to [browserify](https://github.com/substack/node-browserify) the code before serving it. See the browserify repo for how to do that. +TODO: Figure out how to get this working with browserify and webpack. Browserify can't bundle our replacement of ```fs.readFileSync``` with ```require('buffer!./file')```. ### In the Browser through `