summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPeter Dave Hello <hsu@peterdavehello.org>2022-10-11 19:21:39 +0800
committerLinus Färnstrand <linus@mullvad.net>2022-10-11 14:18:36 +0200
commitbe57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f (patch)
tree5921111fb3958c207a178003e295f2be21236db8
parenta98c2eb6dc2eba3cd8885a7d74d43f6313e26de7 (diff)
downloadmullvadvpn-be57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f.tar.xz
mullvadvpn-be57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f.zip
Improve README.md code block readability
Set language of `mullvad-daemon.service` code block to `ini` for syntax highlighting (It's the same thing done in `vim` editor)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01c1b211b9..0c8c7706ec 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ sc.exe start mullvadvpn
Edit the systemd unit file via `systemctl edit mullvad-daemon.service`:
-```systemd
+```ini
[Service]
Environment="TALPID_DISABLE_OFFLINE_MONITOR=1"
```