From 3b60d7abf33422f3392527592e7dfd21831d9165 Mon Sep 17 00:00:00 2001
From: Daniel Cousens <dcousens@users.noreply.github.com>
Date: Mon, 15 Sep 2014 18:49:13 +1000
Subject: [PATCH] README: s/Bitcoin/bitcoin for namespacing

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.