From 53c0a4d36ddfdf5276fc6aadf5be0ff8b282dde6 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 8 Mar 2011 10:31:56 -0600 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d76ff2..01e12e8 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ This will create an initial "config/schedule.rb" file you. runner "Task.do_something_great" end - every '0 0 27-31 * *' do - command "echo 'you can use raw cron sytax too'" - end + every '0 0 27-31 * *' do + command "echo 'you can use raw cron sytax too'" + end More examples on the wiki: