From 93bb3413c37b9fbff242f3602bf9a711684b5552 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sat, 28 Feb 2015 22:52:20 +0200 Subject: [PATCH] update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6f109a..c4d2084 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -Periodicity — Job scheduler for Rails -————————————————————————————— +# Under Construction + +Periodicity — Job scheduler for Rails +------------------------ + +Periodicity is a background job scheduler (just like Unix cron) for Ruby on Rails, on top of the Active Job framework. You can specify a schedule for Active Job jobs and check execution using a web interface. -Under Construction