From bf4286600f9fe6fda4d7062b112be62db68467c0 Mon Sep 17 00:00:00 2001 From: Keyan <34140557+huumn@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:31:46 -0500 Subject: [PATCH] fix lncli typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc06ae42..849681ac 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ You can connect to the local database via `./sndev psql`. [psql](https://www.pos ## Running lncli on the local lnd nodes -You can run `lndcli` on the local lnd nodes via `./sndev sn_lncli` and `./sndev stacker_lncli`. The node for your local SN instance is `sn_lnd` and the node serving as any external node, like a stacker's node or external wallet, is `stacker_lnd`. +You can run `lncli` on the local lnd nodes via `./sndev sn_lncli` and `./sndev stacker_lncli`. The node for your local SN instance is `sn_lnd` and the node serving as any external node, like a stacker's node or external wallet, is `stacker_lnd`.