From 71634058b18cfcfe243eb909313ef313373ae9ac Mon Sep 17 00:00:00 2001 From: Bill Casarin Date: Sun, 19 Dec 2010 11:40:05 -0500 Subject: [PATCH] Fixed error in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066de6d..9960381 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ node-bitcoin library, try it out! client.getBalance(function(balance) { console.log("Balance:", balance); - } + }); ## TODO