diff --git a/README.md b/README.md index 6deb14e..89603e9 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ crontab -e This will open your crontab. Paste in ```cron -* */6 * * * +0 */6 * * * ``` This will run the polling script every 6 hours to keep things all synced up.