From 772f85442d76efabd48ad8a30353e4f240a075ef Mon Sep 17 00:00:00 2001 From: damachine Date: Tue, 23 Sep 2025 23:44:22 +0200 Subject: [PATCH] Fix formatting for CoolerDash and CoolerControl sections Signed-off-by: damachine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afb399d..7e73957 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ systemctl stop coolerdash.service > ```bash > systemctl status coolerdash > ``` - > - Enable/Start CoolerDash + > - Enable/Start CoolerDash: > ```bash > systemctl enable --now coolerdash > ``` @@ -230,7 +230,7 @@ systemctl stop coolerdash.service > ```bash > systemctl status coolercontrold > ``` - > - Enable/Start CoolerControl + > - Enable/Start CoolerControl: > ```bash > systemctl enable --now coolercontrold > ```