From cb1b19a89611a825d8ae38ed7a0037913ce809ee Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 18 Sep 2019 21:02:52 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d51749..8911ef9 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ certtool --generate-self-signed --load-privkey ca.key --outfile ca.crt ``` python cert.py -f output ``` - In latter the "output" file will contain both private key and certificate; - split the file and store the separately. + In the latter the "output" file will contain both private key and certificate; + split the file and store them separately. 3. Configure the proxy with the option set `services.privoxy.tls-wrapper`, for example ```nix