From 156abd44e56b6f6e917b1234f5674bc339733856 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 6 Oct 2014 12:57:59 -0700 Subject: [PATCH] fix readme example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d22bd02e..8580083b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ libuv I'm guessing. This is being investigated. bitcoind.js has direct access to the global wallet: ``` js -var bitcoind = require('bitcoind.js)(); +var bitcoind = require('bitcoind.js')(); bitcoind.on('open', function() { console.log(bitcoind.wallet.listAccounts()); });