From dc9d12775f339e85dda3121047afa7e91f94933a Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 31 Aug 2013 14:57:24 -0400 Subject: [PATCH] reference to companion command-line utility --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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