From 717a9f25b537608ebf3886e38fd97ca1cb22c41c Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Wed, 6 May 2015 13:46:04 -0300 Subject: [PATCH] Fix documentation example --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5a36a5c98..92fc9cd71 100644 --- a/docs/README.md +++ b/docs/README.md @@ -108,8 +108,8 @@ rpcpass=SomeDecentp4ssw0rd OR ``` [Application Options] -rpcuser=mylimituser -rpcpass=Limitedp4ssw0rd +rpclimituser=mylimituser +rpclimitpass=Limitedp4ssw0rd ``` For a list of available options, run: `$ btcctl --help` @@ -216,4 +216,4 @@ information. * [database](https://github.com/btcsuite/btcd/tree/master/database) - Provides a database interface for the Bitcoin block chain * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific - convenience functions and types \ No newline at end of file + convenience functions and types