aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96a71a8..5e52813 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ First edit the ... to your path, then enter the following into your cron
* * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1
0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1
0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1
- 0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1
+ 0 12 * * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1
# TODO