From 14ae2df3156da8fb3342047e69dfa17a7977abf5 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 28 Jun 2020 22:54:54 +0200 Subject: [PATCH] Fix in readme.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0455ad..7018dbf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ You can install PastafariStats with its command. If your linux distro use systemd, you can initialize the script with this systemd unit -```# Save it in /etc/systemd/system/pastafaristats.service +``` +# Save it in /etc/systemd/system/pastafaristats.service [Unit] Description=Pastafari Stats @@ -27,5 +28,6 @@ Restart=always Environment=USER=pzoo HOME=/home/pzoo [Install] -WantedBy=multi-user.target``` +WantedBy=multi-user.target +```