Skip to content

Commit

Permalink
Merge branch 'master' of github.com:seomoz/qless
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lecocq committed May 21, 2012
2 parents a192afb + 651d4f6 commit 4eac484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ queue.put(MyJobClass, :hello => 'howdy')
# => "0c53b0404c56012f69fa482a1427ab7d"
# Now we can ask for a job
job = queue.pop
# => <Qless::Job 236af1d6a736445f88b324422b8191c8 (MyJobClass / testing)>
# => <Qless::Job 0c53b0404c56012f69fa482a1427ab7d (MyJobClass / testing)>
# And we can do the work associated with it!
job.perform
```
Expand Down

0 comments on commit 4eac484

Please sign in to comment.