diff --git a/README.md b/README.md index ed5d6b2..b1f0a72 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ An RPC daemon for LND that listens in the background and allows incoming channel ## Install ```bash -git clone https://github.com/callebtc/lnd_whitelist.git -cd lnd_whitelist +git clone https://github.com/callebtc/electronwall.git +cd electronwall go build . -./lnd_whitelist +./electronwall ``` ## Config diff --git a/go.mod b/go.mod index 9a415a8..67d270f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/callebtc/lnd_whitelist +module github.com/callebtc/electronwall go 1.16