fix examples on the browser build in readme

This commit is contained in:
Braydon Fuller 2014-10-20 13:48:30 -04:00
parent df8e219a89
commit c730eb5b3f

View File

@ -104,7 +104,7 @@ node browser/build.js -a
To generate a customized bitcore bundle, you can specify which submodules you want to include in it with the -s option:
```
node browser/build.js -s Transaction,Address
node browser/build.js -s lib/Transaction,lib/Address
```
This will generate a `browser/bundle.js` containing only the Transaction and Address class, with all their dependencies. Use this option if you are not using the whole bitcore library, to optimize the bundle size, script loading time, and general resource usage.