From 42061be142ea9dc05f45921c91a8631dc1a6c77b Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Thu, 7 Jul 2011 08:50:32 -0400 Subject: [PATCH] removed stray text from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fee3d83..abc7497 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ Or set the job_template to nil to have your jobs execute normally. set :job_template, nil ``` -And you'll see your `schedule.rb` converted to cron sytax. Note: running `whenever` with no options does not display your current crontab file, it simply shows you the output of converting your `schedule.rb` file. - ### Capistrano integration Use the built-in Capistrano recipe for easy crontab updates with deploys.