diff --git a/README.md b/README.md index 6a12495f5692..f68257f49c51 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ First you need to transfer some funds to `lightningd` so that it can open a chan cli/lightning-cli newaddr # Returns a transaction id -bitcoin-cli -testnet sendtoaddress
+bitcoin-cli -testnet sendtoaddress
``` `lightningd` will register the funds once the transaction is @@ -102,7 +102,7 @@ Let's assume the **remote** node is accepting connections at ``` cli/lightning-cli connect [] -cli/lightning-cli fundchannel +cli/lightning-cli fundchannel ``` This opens a connection and, on top of that connection, then opens a channel.