From b97f41d7ba8b4ba1497bff76f877f1865564a5ce Mon Sep 17 00:00:00 2001 From: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:50:35 -0500 Subject: [PATCH] Correct backticks in readme table round 2 (#258) Signed-off-by: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b888a2a..2103dd72 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ If you are still using the legacy [Access scopes][access-scopes], the `https://w | `web.config.file` | No | | [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. | | `web.listen-address` | No | `:9255` | Address to listen on for web interface and telemetry Repeatable for multiple addresses. | | `web.systemd-socket` | No | | Use systemd socket activation listeners instead of port listeners (Linux only). | -| `web.stackdriver-telemetry-path` | No | "/metrics" | Path under which to expose Stackdriver metrics. | +| `web.stackdriver-telemetry-path` | No | `/metrics` | Path under which to expose Stackdriver metrics. | | `web.telemetry-path` | No | `/metrics` | Path under which to expose Prometheus metrics | ### TLS and basic authentication