Browse Source

README: s/Bitcoin/bitcoin for namespacing

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
3b60d7abf3
  1. 2
      README.md

2
README.md

@ -59,7 +59,7 @@ From the repository: Compile `bitcoinjs-min.js` with the following command:
From NPM: From NPM:
$ npm -g install bitcoinjs-lib browserify uglify-js $ npm -g install bitcoinjs-lib browserify uglify-js
$ browserify -r bitcoinjs-lib -s Bitcoin | uglifyjs > bitcoinjs.min.js $ browserify -r bitcoinjs-lib -s bitcoin | uglifyjs > bitcoinjs.min.js
After loading this file in your browser, you will be able to use the global `bitcoin` object. After loading this file in your browser, you will be able to use the global `bitcoin` object.

Loading…
Cancel
Save