From bece2938f0861de65f847740d769619f5401364b Mon Sep 17 00:00:00 2001 From: Cigizmoond Vyhuholev Date: Sun, 18 Apr 2021 21:18:44 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43b5f7..971187a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ In addition to the common assets server multiple custom static servers supported ## More options -- `--gzip` enables gizp compression for responses. +- `--gzip` enables gzip compression for responses. - `--max=N` allows to set the maximum size of request (default 64k) - `--header` sets extra header(s) added to each proxied request - `--timeout.*` various timeouts for both server and proxy transport. See `timeout` section in [All Application Options](#all-application-options)