Merge pull request #607 from bitcoinjs/dcousens-patch-2
README: specify install means `npm`
This commit is contained in:
commit
2d34aed9d2
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ var foobar = {
|
||||||
module.exports = foobar
|
module.exports = foobar
|
||||||
```
|
```
|
||||||
|
|
||||||
Each of these included packages are seperate to `bitcoinjs-lib`, and must be installed separately.
|
Each of these included packages are separate to `bitcoinjs-lib`, and must be `npm install`'d individually.
|
||||||
They are however used in the bitcoinjs-lib public API.
|
|
||||||
|
|
||||||
Using browserify, compile `foo.js` for use in the browser:
|
Using browserify, compile `foo.js` for use in the browser:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue