README: add note about browserify version

This commit is contained in:
Daniel Cousens 2015-01-05 13:00:19 +11:00
parent 7ee8a85eb0
commit 2047567703

View file

@ -56,7 +56,6 @@ These steps are advisory only and allow you to use the API to its full extent.
[Browserify](https://github.com/substack/node-browserify) is assumed to be installed for these steps.
From your repository, create a `bitcoin.js` file
``` javascript
@ -79,6 +78,8 @@ Then, using browserify, compile `bitcoin.js` for use in the browser:
You will then be able to load `dist/bitcoin.js` into your browser, with each of the dependencies above accessible from the global `bitcoin` object.
**NOTE**: See the package.json for the currently supported version of browserify used by this repository.
## Examples