diff --git a/README.md b/README.md index 04728824..91324393 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ bitcoind.js has direct access to the global wallet: ``` js var bitcoind = require('bitcoind.js')({ - directory: '~/.libbitcoin-test' + directory: '~/.libbitcoin-test', + testnet: false }); bitcoind.on('open', function() { console.log(bitcoind.wallet.listAccounts());