Merge pull request #65 from standardsats/main
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Mon, 5 Sep 2022 16:06:31 +0000 (16:06 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 16:06:31 +0000 (16:06 +0000)
Update README.md

README.md

index d409800581ea0155a5a937dc4e6ddb1c5063276f..27995932604c80c4b2902fa9700424a6d9e31d5e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ git clone https://github.com/lightningdevkit/ldk-sample
 ## Usage
 ```
 cd ldk-sample
-cargo run <bitcoind-rpc-username>:<bitcoind-rpc-password>@<bitcoind-rpc-host>:<bitcoind-rpc-port> <ldk_storage_directory_path> [<ldk-peer-listening-port>] [bitcoin-network] [announced-listen-addr announced-node-name]
+cargo run <bitcoind-rpc-username>:<bitcoind-rpc-password>@<bitcoind-rpc-host>:<bitcoind-rpc-port> <ldk_storage_directory_path> [<ldk-peer-listening-port>] [<bitcoin-network>] [<announced-node-name>] [<announced-listen-addr>]
 ```
 `bitcoind`'s RPC username and password likely can be found through `cat ~/.bitcoin/.cookie`.