From b6bad941d92abe49d9b4d441fc488daa83939e90 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sun, 27 Mar 2022 21:20:17 +0500 Subject: [PATCH] Fix README path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8a834..d9a46e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Usage -1. Create `jobs.d` directory +1. Create `gron.d` directory 2. Create job config in `jobs.d/job1.conf` ([TOML](https://en.wikipedia.org/wiki/TOML) format): ```toml Cron = "* * * * *" # cron instructions