From 921050419581f6a6fa84ce2113b10de8c925409e Mon Sep 17 00:00:00 2001
From: Erik Thuning <boooink@gmail.com>
Date: Tue, 11 Mar 2025 16:58:42 +0100
Subject: [PATCH] Whitespace

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3e03188..1c9e6a2 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,9 @@ with all other settings.
    `chown www-data work/`
  - Configure apache and uwsgi, see examples under `examples/`.
  - Start apache and uwsgi
- - Create a symbolic link to the wireguard server config:
+ - Create a symbolic link to the wireguard server config:  
    `ln -s /path/to/repo/work/<tunnel-id>.conf /etc/wireguard/`
- - Activate the wg-quick systemd unit:
+ - Activate the wg-quick systemd unit:  
    `systemctl enable wg-quick@<tunnel-id>.service`
- - Start the wg-quick systemd unit:
+ - Start the wg-quick systemd unit:  
    `systemctl start wg-quick@<tunnel-id>.service`