diff --git a/README.md b/README.md index 654d105a..7e76ec6c 100644 --- a/README.md +++ b/README.md @@ -214,9 +214,7 @@ debug('this is hex: %h', new Buffer('hello world')) ## Browser Support -You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), -or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), -if you don't want to build it yourself. +You can build a browser-ready script using [browserify](https://github.com/browserify/browserify). Debug's enable state is currently persisted by `localStorage`. Consider the situation shown below where you have `worker:a` and `worker:b`,