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.