From 48b876e4015d735e878845f4227742ed1eef8765 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 9 Sep 2017 19:22:01 +0200 Subject: [PATCH] doc: cli is no longer in the daemon subdirectory Closes #271 Reported-by: @sumBTC Signed-off-by: Christian Decker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f0ef9fe..4a828cf53 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ bitcoin-cli -testnet sendtoaddress
bitcoin-cli -testnet getrawtransaction # Notifies `lightningd` that there are now funds available: -daemon/lightning-cli addfunds +cli/lightning-cli addfunds ``` Eventually `lightningd` will include its own wallet making this transfer easier, but for now this is how it gets its funds.