Browse Source

Fix typo

nonblocking
sha-265 6 years ago
committed by GitHub
parent
commit
26a2912703
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/usage.md

2
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
```

Loading…
Cancel
Save