README.md in clockwork-0.2.3 vs README.md in clockwork-0.2.4

- old
+ new

@@ -30,12 +30,12 @@ every(1.day, 'midnight.job', :at => '00:00') Run it with the clockwork binary: $ clockwork clock.rb - [2010-05-25 18:16:46 -0700] Starting clock for 4 events: [ frequent.job less.frequent.job hourly.job midnight.job ] - [2010-05-25 18:16:46 -0700] -> frequent.job + Starting clock for 4 events: [ frequent.job less.frequent.job hourly.job midnight.job ] + Triggering frequent.job Use with queueing ----------------- The clock process only makes sense as a place to schedule work to be done, not @@ -132,10 +132,10 @@ Inspired by [rufus-scheduler](http://rufus.rubyforge.org/rufus-scheduler/) and [http://github.com/bvandenbos/resque-scheduler](resque-scehduler) Design assistance from Peter van Hardenberg and Matthew Soldo -Patches contributed by Mark McGranaghan +Patches contributed by Mark McGranaghan and Lukáš Konarovský Released under the MIT License: http://www.opensource.org/licenses/mit-license.php http://github.com/adamwiggins/clockwork