From fd35f3090b2380d8decadb93308caae3cbc4739a Mon Sep 17 00:00:00 2001 From: EQemccudden <89391103+EQemccudden@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:01:14 +0000 Subject: [PATCH] (nit)Update README.md typo (#181) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b25e1d7d..9de0815f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ When running the Proxy, the following flags can be used (none are required) : | `sign-host` | String | Host to sign for | None | | `host` | String | Host to proxy to | None | | `region` | String | AWS region to sign for | None | -| `pstream-url-scheme` | String | Protocol to proxy with | https | +| `upstream-url-scheme` | String | Protocol to proxy with | https | | `no-verify-ssl` | Boolean | Disable peer SSL certificate validation | `False` | | `transport.idle-conn-timeout` | Duration | Idle timeout to the upstream service | `40s` |