Skip to content

Commit 6f6d36a

Browse files
committed
update README.md
1 parent 7a660cc commit 6f6d36a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Cronut provides access to the Quartz Scheduler, exposed via Integrant with `:cro
5959

6060
The scheduler supports the following fields:
6161

62-
1. `:schedule`: (required) - a sequence of 'items' to schedule, each being a map containing a :job:, :opts, and :trigger
63-
2. `:concurrent-execution-disallowed?`: (optional, default false) - run all jobs with @DisableConcurrentExecution
64-
3. `:update-check?`: (optional, default false) - check for Quartz updates on system startup
62+
1. `:schedule`: `items` to schedule, each being a map containing a :job:, :opts, and :trigger
63+
2. `:concurrent-execution-disallowed?`: run all jobs with @DisableConcurrentExecution
64+
3. `:update-check?`: check for Quartz updates on system startup
6565

6666
### Scheduler example
6767

0 commit comments

Comments
 (0)