From 330930fc1b60d68611d92af7b1fbd96848f9b6e8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 22 Nov 2019 08:21:09 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79b3cd9..81f131d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You'll need to use the certificate generated from step 1 go run cmd/server/main.go -bind-addr 127.0.0.1:9069 -conf-file ~/.komodo/HUSH3/HUSH3.conf -tls-cert cert.pem -tls-key key.pem ``` -#### 4. Point the `zecwallet-cli` to this server +#### 4. Point the `silentdragon-cli` to this server ``` -./zecwallet-cli --server https://127.0.0.1:9069 --dangerous +./silentdragon-cli --server https://127.0.0.1:9069 --dangerous ```