From 4af135d1fb471296d3c7516a4cccc9a1ce5574d0 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sat, 11 Jun 2022 22:17:34 -0400 Subject: [PATCH] docs: Fix table formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac4f0e3..7165f2fc 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ endpoints: #### Configuring Google Chat alerts | Parameter | Description | Default | -|:--------------------------------------------- |:------------------------------------------------------------------------------------------- |:------------- | +|:----------------------------------------------|:--------------------------------------------------------------------------------------------|:--------------| | `alerting.googlechat` | Configuration for alerts of type `googlechat` | `{}` | | `alerting.googlechat.webhook-url` | Google Chat Webhook URL | Required `""` | | `alerting.googlechat.client` | Client configuration.
See [Client configuration](#client-configuration). | `{}` |