From c730eb5b3f2be26cffd6a86384ed7b035495a6e3 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 20 Oct 2014 13:48:30 -0400 Subject: [PATCH] fix examples on the browser build in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0381fc1..464bd93 100644 --- a/README.md +++ b/README.md @@ -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.