From c5b45ef076d7a2c175c27427e5af22b29a0cc241 Mon Sep 17 00:00:00 2001 From: bill Date: Tue, 27 Mar 2018 22:19:12 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 79b5199..03a93d2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,5 @@ +## This project is no longer being maintained. It should be treated as sample code on one technique to calculate future instances of complex schedules. If you are looking to fire a task every 1 minute, use a cron scheduler instead. + # [Later](http://bunkat.github.io/later/) [![Build Status](https://travis-ci.org/bunkat/later.svg)](https://travis-ci.org/bunkat/later) _Later_ is a library for describing recurring schedules and calculating their future occurrences. It supports a very flexible schedule definition including support for composite schedules and schedule exceptions. Create new schedules manually, via Cron expression, via text expressions, or using a fully chainable API. @@ -9,7 +11,7 @@ Types of schedules supported by _Later_: * Gather CPU metrics every 10 mins Mon - Fri and every 30 mins Sat - Sun * Send out a scary e-mail at 13:13:13 every Friday the 13th -####For complete documentation visit [http://bunkat.github.io/later/](http://bunkat.github.io/later/). +#### For complete documentation visit [http://bunkat.github.io/later/](http://bunkat.github.io/later/). ## Installation