removed stray text from readme

This commit is contained in:
Javan Makhmali 2011-07-07 08:50:32 -04:00
parent 660fbc50e3
commit 42061be142

View File

@ -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.