From 5402b65441341176a537588ee32f3243d26c020f Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Sat, 7 Sep 2019 16:40:08 +0200
Subject: [PATCH] Fix typo

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 981a007..7db950c 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,8 @@ https://github.com/mthenw/frontail/releases
 and place it in e.g. `/usr/local/bin` (or another directory which is in
 `$PATH`).
 
-Before starting off, you also need to create a `supervisorctl.conf`. Usually
-simply copying the `supervisorctl_template.conf` is enough, but make sure
+Before starting off, you also need to create a `supervisord.conf`. Usually
+simply copying the `supervisord_template.conf` is enough, but make sure
 to adjust some of the plots which monitoring only specific DUs.
 
 After that, use the following command to start the ``supervisor``, which
-- 
GitLab