Skip to content

Commit b0267d4

Browse files
committed
updated README.md
1 parent 8772aea commit b0267d4

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,14 @@ may not be parsed by all online crontab calculators or expression generators.
288288
### Convenience scheduling
289289

290290
These special time specification tokens which replace the 5 initial time and date fields, and are prefixed with the '@' character, are supported:
291-
292291
|Token|Meaning
293292
| --- | --- |
294-
| @yearly | Run once a year, ie. "0 0 1 1 *".
295-
| @annually | Run once a year, ie. "0 0 1 1 *".
296-
| @monthly | Run once a month, ie. "0 0 1 * *".
297-
| @weekly | Run once a week, ie. "0 0 * * 0".
298-
| @daily | Run once a day, ie. "0 0 * * *".
299-
| @hourly | Run once an hour, ie. "0 * * * *".
293+
| @yearly | Run once a year, ie. "0 0 0 1 1 *".
294+
| @annually | Run once a year, ie. "0 0 0 1 1 *"".
295+
| @monthly | Run once a month, ie. "0 0 0 1 * *".
296+
| @weekly | Run once a week, ie. "0 0 0 * * 0".
297+
| @daily | Run once a day, ie. "0 0 0 * * ?".
298+
| @hourly | Run once an hour, ie. "0 0 * * * ?".
300299

301300
## Randomization
302301

0 commit comments

Comments
 (0)