Skip to content

Commit

Permalink
formating change
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed Nov 2, 2011
1 parent a49744e commit 581edf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -133,7 +133,7 @@ since the jobs are stored in a redis sorted set (zset). I can't imagine this
being an issue for someone since redis is stupidly fast even at log(n), but full
disclosure is always best.

##### Removing Delayed jobs
#### Removing Delayed jobs

If you have the need to cancel a delayed job, you can do like so:

Expand Down Expand Up @@ -183,7 +183,7 @@ A big shout out to [rufus-scheduler](http://github.com/jmettraux/rufus-scheduler
for handling the heavy lifting of the actual scheduling engine.


##### Support for resque-status (and other custom jobs)
#### Support for resque-status (and other custom jobs)

Some Resque extensions like
[resque-status](http://github.com/quirkey/resque-status) use custom job
Expand Down

0 comments on commit 581edf1

Please sign in to comment.