Skip to content

Commit b97f41d

Browse files
Correct backticks in readme table round 2 (#258)
Signed-off-by: Austin Pray <[email protected]>
1 parent e0e21d6 commit b97f41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you are still using the legacy [Access scopes][access-scopes], the `https://w
9797
| `web.config.file` | No | | [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. |
9898
| `web.listen-address` | No | `:9255` | Address to listen on for web interface and telemetry Repeatable for multiple addresses. |
9999
| `web.systemd-socket` | No | | Use systemd socket activation listeners instead of port listeners (Linux only). |
100-
| `web.stackdriver-telemetry-path` | No | "/metrics" | Path under which to expose Stackdriver metrics. |
100+
| `web.stackdriver-telemetry-path` | No | `/metrics` | Path under which to expose Stackdriver metrics. |
101101
| `web.telemetry-path` | No | `/metrics` | Path under which to expose Prometheus metrics |
102102

103103
### TLS and basic authentication

0 commit comments

Comments
 (0)