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`