diff --git a/README.md b/README.md index 47b6d5a..48b3a23 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ From the repository: Compile `bitcoinjs-min.js` with the following command: From NPM: $ 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.