Merge pull request #153 from biow0lf/master

Fix typo
This commit is contained in:
Javan Makhmali 2011-07-04 06:40:09 -07:00
commit 4c242cf0c5

View File

@ -38,7 +38,7 @@ This will create an initial "config/schedule.rb" file you.
end end
every '0 0 27-31 * *' do every '0 0 27-31 * *' do
command "echo 'you can use raw cron sytax too'" command "echo 'you can use raw cron syntax too'"
end end
More examples on the wiki: <http://wiki.github.com/javan/whenever/instructions-and-examples> More examples on the wiki: <http://wiki.github.com/javan/whenever/instructions-and-examples>