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()); });