From a4b72325cd2bf4d1c413fcf342815806c857b488 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 24 Feb 2015 12:59:36 -0300 Subject: [PATCH] capitalize --- docs/browser.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/browser.md b/docs/browser.md index 0ac0bba..775c01b 100644 --- a/docs/browser.md +++ b/docs/browser.md @@ -54,7 +54,7 @@ After this, you can include the bundled release versions in your HTML file: ``` -## Building custom bundles +## Building Custom Bundles If you want to use a specific version of a module, instead of a release version (not recommended), you must run browserify yourself. You can get a minified browser bundle by running the following on the project root folder. @@ -69,7 +69,7 @@ browserify --require ./index.js:bitcore-ecies --external bitcore | uglifyjs > bi (for a bitcore module, `bitcore-ecies` in the example) -## Development of modules +## Development of Modules *Note:* You probably don't want to use this method, but `bitcore-build`, as explained above. This is left here as documentation on what happens under the hood with `bitcore-build`.