diff --git a/README.md b/README.md index 6c81877..98d337c 100644 --- a/README.md +++ b/README.md @@ -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