From 26a29127034b1981f1290953e0f74cc7f4dc654b Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Wed, 14 Nov 2018 15:30:02 +0000 Subject: [PATCH] Fix typo --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index e756641..48af69a 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -83,7 +83,7 @@ $ ./scripts/local-electrum.bash In order to use a secure connection, TLS-terminating proxy (e.g. [hitch](https://github.com/varnish/hitch)) is recommended: ```bash -$ hitch --backend=[127.0.0.1]:50001 --frontent=[127.0.0.1]:50002 pem_file +$ hitch --backend=[127.0.0.1]:50001 --frontend=[127.0.0.1]:50002 pem_file $ electrum --oneserver --server=127.0.0.1:50002:s ```