From 2c5b9cf4937df870c3d233703aedc9967bbaacac Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 5 Jun 2014 00:26:12 +1000 Subject: [PATCH] README: consistent bitcoin case (again) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a31bd4..47ceb89 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Compile `bitcoinjs-min.js` with the following command: $ npm run-script compile -After loading this file in your browser, you will be able to use the global `Bitcoin` object. +After loading this file in your browser, you will be able to use the global `bitcoin` object. ## Usage