Update README.md

This commit is contained in:
Frode Carlsen 2014-05-30 10:43:47 +02:00
parent 826561d089
commit 3c2006d412
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
cron
====
Cron expression parser and evaluator. Based on Joda-time
Cron expression parser and evaluator.
Allows for specifying cron - expressions i unix-format (or Quartz like format) and evaluating when it will next match.
Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match.
Since it's specified on Joda-time it allows for easy integration into unit testing as well, by adjusting the Joda-time offset.
Since it's specified on Joda-time it allows for easy integration into unit testing and simulations, by adjusting the Joda-time offset to speed up executions.
usage
=====
See javadoc