diff --git a/README.md b/README.md index ca52f45..8f9bb40 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cron.isValidCron('* * * * 7', { allowSevenAsSunday: true }); - [x] Support blank day notation with `?` symbol. - [x] Support both 0-6 and 1-7 ranges for weekdays. - [ ] ~~Have an explain mode returning the fragments in error.~~ -- [x] Support 'L', 'W' and 'H' usage. +- [x] Support 'H', 'L' and 'W' usage. ## Motivations