From c20c412019690eb0a860aab0038dbbfc0509e501 Mon Sep 17 00:00:00 2001 From: digitalstudium <40897694+digitalstudium@users.noreply.github.com> Date: Sat, 25 Feb 2023 08:24:06 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581461b..108631c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ For deploying Grafana, Prometheus and Node Exporter, make these steps: ``` git clone https://github.com/digitalstudium/grafana-docker-stack.git ``` -2. Change configs if nececcery (at least `configs/alertmanager.yml` to configure notification channels) +2. Change configs if necessary (at least `configs/alertmanager.yml` to configure notification receivers) 3. Deploy stack ```bash docker stack deploy -c grafana-docker-stack/docker-compose.yml monitoring