From e6042f8eaecd2a253bab8aaf735b5f2c676308af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Wed, 27 May 2020 11:13:32 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed9a612..42ceb09 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ name: Ruby on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '15 */3 * * *' - # 'On the 15th minute of every 3rd hour' + - cron: '15 * * * *' jobs: test: