diff --git a/docs/running-a-sample-ldk-node.md b/docs/running-a-sample-ldk-node.md index 18fbddd67..034211073 100644 --- a/docs/running-a-sample-ldk-node.md +++ b/docs/running-a-sample-ldk-node.md @@ -35,7 +35,7 @@ cd ldk-sample ``` Now, run the following command: ``` -cargo run polaruser:polarpass@127.0.0.1:18443 ./ 9732 regtest hellolightning 0.0.0.0 +cargo run polaruser:polarpass@127.0.0.1:18443 ./ 9732 regtest hellolightning 0.0.0.0:9732 ``` If you have a different setup that doesn't involve Polar you can modify this command so that it contains different credentials.