Skip to content

Commit 2047567

Browse files
committed
README: add note about browserify version
1 parent 7ee8a85 commit 2047567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ These steps are advisory only and allow you to use the API to its full extent.
5656

5757
[Browserify](https://github.com/substack/node-browserify) is assumed to be installed for these steps.
5858

59-
6059
From your repository, create a `bitcoin.js` file
6160

6261
``` javascript
@@ -79,6 +78,8 @@ Then, using browserify, compile `bitcoin.js` for use in the browser:
7978

8079
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.
8180

81+
**NOTE**: See the package.json for the currently supported version of browserify used by this repository.
82+
8283

8384
## Examples
8485

0 commit comments

Comments
 (0)