From 4b088b96b04f1e7574b246926a8ed403080be360 Mon Sep 17 00:00:00 2001 From: Ben Selby <178634+benmatselby@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:48:10 +0000 Subject: [PATCH] Fix the markdown code fences for install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121bad54..c78c5c60 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Before using the Grafana collection, you need to install it using the below comm ansible-galaxy collection install grafana.grafana ``` -You can also include it in a `requirements.yml` file and install it via ansible-galaxy collection install -r `requirements.yml`, using the format: +You can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format: ```yaml ---