diff --git a/README.md b/README.md index 85fd27a..17560dc 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,9 @@ listens: path: /test-post headers: {} script: /tmp/run.sh + +# cron job setting +cron_jobs: + - cron_time: '* * * * *' + script: /tmp/run.sh ```