From f49580b677d6dde3e58c3db899f154ecdb45d8d1 Mon Sep 17 00:00:00 2001 From: Jorin Vogel Date: Wed, 6 Dec 2017 16:18:29 +0100 Subject: [PATCH] Fix a typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 85258e2..62f5ff2 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ This allows you to: - Use your systems default logging system. - No conflicts - next task is only scheduled after previous one finished. - Trigger immediate execution by sending a `SIGALRM` signal. -- Specify execution times with the precision of seconds (Cron only support minutes). +- Specify execution times with the precision of seconds (Cron only supports minutes). - Always know the time of the next execution. Thanks to [runwhen](http://code.dogmap.org/runwhen/) for inspiration.