From 8cfc7b035c69926327873d6135cad3fc75e5f865 Mon Sep 17 00:00:00 2001 From: adro Date: Mon, 21 Feb 2022 15:30:48 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6e9b2..dffb001 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Small web server to send Wake-on-LAN requests to its local network Run `go install git.ulra.eu/adro/miniwol`, resulting in a binary `~/go/bin/miniwol`. Move this binary to e.G. `/usr/bin/miniwol` to run it like any command. -Examples include a simply systemd service to have it start automatically. +Examples include a simple systemd service to have it start automatically. ## Usage Add an empty config. The program uses, in order of priority, `./config.toml`, `./config/config.toml` and `/etc/miniwol/config.toml`. Make sure miniwol can write to it as all persistant data is saved here.