diff --git a/README.md b/README.md index 6769211..d43dcb5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ E.g. ```cron -# Run on the second minute of every hour. +# Run on the third minute of every hour. 3 */1 * * * cd /home/orcfax/pubwatch && /home/orcfax/pubwatch/pubwatch.sh 2>&1 | logger -t orcfax_pubwatch ```