README.md in clockwork-0.5.2 vs README.md in clockwork-0.5.3

- old
+ new

@@ -1,6 +1,6 @@ -Clockwork - a clock process to replace cron [![Build Status](https://secure.travis-ci.org/tomykaira/clockwork.png?branch=master)](http://travis-ci.org/tomykaira/clockwork) +Clockwork - a clock process to replace cron [![Build Status](https://secure.travis-ci.org/tomykaira/clockwork.png?branch=master)](http://travis-ci.org/tomykaira/clockwork) [![Dependency Status](https://gemnasium.com/tomykaira/clockwork.png)](https://gemnasium.com/tomykaira/clockwork) =========================================== Cron is non-ideal for running scheduled application tasks, especially in an app deployed to multiple machines. [More details.](http://adam.heroku.com/past/2010/4/13/rethinking_cron/) @@ -40,10 +40,10 @@ require 'clockwork' module Clockwork - configure do |cofig| + configure do |config| config[:tz] = "America/Chicago" end handler do |job| puts "Running #{job}"