Skip to content

Commit

Permalink
Merge pull request #45 from mtdlaurynas/patch-1
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
denpamusic committed Aug 14, 2019
2 parents c883320 + 450e01c commit 0e53768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $bitcoind = new BitcoinClient([
'port' => 8332, // optional, default 8332
'user' => 'rpcuser', // required
'password' => 'rpcpassword', // required
'ca' => '/etc/ssl/ca-cert.pem' // optional, for use with https scheme
'ca' => '/etc/ssl/ca-cert.pem', // optional, for use with https scheme
'preserve_case' => false, // optional, send method names as defined instead of lowercasing them
]);
```
Expand Down

0 comments on commit 0e53768

Please sign in to comment.