Skip to content

Commit f32220d

Browse files
tpmccallumitowlson
andauthored
Update README.md
Signed-off-by: tpmccallum [email protected] Co-authored-by: itowlson <[email protected]> Signed-off-by: Timothy McCallum <[email protected]>
1 parent 6f12f86 commit f32220d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sec min hour day of month month day of week year
7070

7171
The `*` indicates that every value applies. For example, if `sec` is set to `*`, then every second will trigger execution.
7272
The `/` indicates increments. For example, if `sec` is set to `0/15`, then starting at `0`, the trigger will be executed every 15 seconds.
73-
The `,` separates values. For example, if `sec` is set to `2,8`, then the trigger will execute only on the 2nd and 8th seconds of every minute.
73+
The `,` indicates a list of values. For example, if `sec` is set to `2,8`, then the trigger will execute only on the 2nd and 8th seconds of every minute.
7474
The `-` indicates range. For example, if the `sec` is set to `5-10`, then the trigger will execute only on the 5th, 6th, 7th, 8th, 9th, and 10th seconds of each minute.
7575
The `0` indicates no execution. If the `sec` is set to `0`, then the trigger can only execute on higher field values such as `min`, `hour`, etc. The lowest second increment is 60 (one minute).
7676

0 commit comments

Comments
 (0)