From d58a256628517a1eef4a5aadc9ebc5e9a91f0b48 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Mon, 30 Nov 2020 09:25:14 -0500 Subject: [PATCH] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39529ab8..b7c2f8a5 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Note that you can also add environment variables in the configuration file (i.e. | `disable-monitoring-lock` | Whether to [disable the monitoring lock](#disable-monitoring-lock) | `false` | | `web.address` | Address to listen on | `0.0.0.0` | | `web.port` | Port to listen on | `8080` | -| `web.context-root` | Context root which should be used by the web frontent | `/` | +| `web.context-root` | Context root at which Gatus will be exposed (frontend and backend) | `/` | For Kubernetes configuration, see [Kubernetes](#kubernetes-alpha)