diff --git a/README.md b/README.md index 2a2afed..8f56b40 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ sudo systemctl start cronie Next, run the following commands: - `crontab -e` -- `25,55 * * * * /absolute/path/to/run.sh >> "/absolue/path/to/log.txt" 2>&1` +- `25,55 * * * * /absolute/path/to/run.sh >> "/absolute/path/to/log.txt" 2>&1` - Modify the paths above to suit your preferances - Save and exit