From 59e169474660f9dcc8e2cae0b066ba2fa0d5a053 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 30 Aug 2013 10:57:51 -0400 Subject: [PATCH] better example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876f183..db7e9ac 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Predefined cron expressions Other details ------------- * If only six fields are present, a `0` second field is prepended, that is, `* * * * * 2013` internally become `0 * * * * * 2013`. -* If only five fields are present, a `0` second field is prepended and a wildcard year field is appended, that is, `* * * * *` internally become `0 * * * * * *`. +* If only five fields are present, a `0` second field is prepended and a wildcard year field is appended, that is, `* * * * Mon` internally become `0 * * * * Mon *`. * Domain for day-of-week field is [0-7] instead of [0-6], 7 being Sunday (like 0). This to comply with http://linux.die.net/man/5/crontab#. * As of now, the behavior of the code is undetermined if a malformed cron expression is supplied