From b1d7a8ca61702d1913e1db6fb69a008667f1be6e Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Sun, 9 May 2021 19:06:28 -0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 028fe4c..f2a10c0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ When you are in "interactive mode" (after you press SPACE), if you want to copy- ## Can i use it behind Proxy ? Yes, you need to use `HTTP_PROXY` or `HTTPS_PROXY` environment variables. -For example, you could alias the proxy seetings in your `~/.bash_profile`: +For example, you could alias the proxy settings in your `~/.bash_profile`: `alias how2="HTTPS_PROXY='your_proxy:8888' how2"`