README: add note about browserify version
This commit is contained in:
parent
7ee8a85eb0
commit
2047567703
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue