Skip to content

Commit

Permalink
Fixes mistakes in README documentation.
Browse files Browse the repository at this point in the history
h/t to @sbusso for catching them.
  • Loading branch information
wallace committed Jan 5, 2014
1 parent d50556c commit 14f3334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Or install it yourself as:

#### Example #1 -- One job running per queue

require 'resque/plugins/lonely_job'
require 'resque-lonely_job'

class StrictlySerialJob
extend Resque::Plugins::LonelyJob
Expand All @@ -57,7 +57,7 @@ Let's say you want the serial constraint to apply at a more granular
level. Instead of applying at the queue level, you can overwrite the .redis\_key
method.

require 'resque/plugins/lonely_job'
require 'resque-lonely_job'

class StrictlySerialJob
extend Resque::Plugins::LonelyJob
Expand Down

0 comments on commit 14f3334

Please sign in to comment.