Browse Source

README: specify install means `npm`

hk-custom-address
Daniel Cousens 9 years ago
committed by GitHub
parent
commit
4527bf9731
  1. 3
      README.md

3
README.md

@ -65,8 +65,7 @@ var foobar = {
module.exports = foobar
```
Each of these included packages are seperate to `bitcoinjs-lib`, and must be installed separately.
They are however used in the bitcoinjs-lib public API.
Each of these included packages are separate to `bitcoinjs-lib`, and must be `npm install`'d individually.
Using browserify, compile `foo.js` for use in the browser:

Loading…
Cancel
Save