diff --git a/README.md b/README.md index 40562cf..9ab5f39 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ In another project, I decided to use cron expression syntax to encode scheduling The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there. +There is also a companion command-line utility to evaluate cron time expressions: . + Implementation -------------- The reference documentation for this implementation is found at