From 994ffb7a68144a536c16c29f7cf69d6cb8a3c35f Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 28 Jun 2020 22:53:47 +0200 Subject: [PATCH] Fix in readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e88d2b..d0455ad 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 +27,5 @@ Restart=always Environment=USER=pzoo HOME=/home/pzoo [Install] -WantedBy=multi-user.target` +WantedBy=multi-user.target```