From 285cfca58f3a80e901f23faa83e1ada25f2ef921 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 13 Jul 2020 00:34:43 -0700 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c28728..11ff4f5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run --rm -it --name wow-wallet-init \ -v $(pwd)/data:/root \ wownero \ wownero-wallet-cli \ - --daemon-address https://node.suchwow.xyz:443 + --daemon-address https://node.suchwow.xyz:443 \ --generate-new-wallet /root/wow \ --password testing \