From 06f46f40a9f8f348b1b2fabe0c35906b2877626d Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Nov 2019 17:30:58 +0100 Subject: [PATCH] MON-519 fix markdown titles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44c43af..6b38677 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ variable "datadog_app_key" { ``` -## Modules declaration example +### Modules declaration example A quick example of alerting message module declaration: @@ -116,7 +116,7 @@ module "datadog-monitors-system-generic" { * The `//` is very important, it's a terraform specific syntax used to separate git url and folder path. * `my/monitors/set` represents the path to a monitors set sub directory listed below. -### Monitors summary ### +## Monitors summary - [caas](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/) - [docker](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/tree/master/caas/docker/)