Skip to content

Commit

Permalink
Tweak Feature item for nicknames
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored May 6, 2024
1 parent 5a0995a commit 300e77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This library was ported from the original C# implementation called [cron-express
- Zero dependencies
- Supports all cron expression special characters including * / , - ? L W, #
- Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions
- Supports [Quartz Job Scheduler](http://www.quartz-scheduler.org/) cron expressions
- Supports `@` expressions, e.g. `@weekly` or `@annually`
- [Quartz Job Scheduler](http://www.quartz-scheduler.org/) cron expressions are supported
- Supports time specification _nicknames_ (@yearly, @annually, @monthly, @weekly, @daily)
- i18n support with 30+ languages

## Demo
Expand Down

0 comments on commit 300e77d

Please sign in to comment.