Skip to content

Commit

Permalink
Merge branch 'resque:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm4654 authored Nov 18, 2024
2 parents 18f8f07 + bbf6e52 commit 23065c9
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 @@ -28,7 +28,7 @@ Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific

This `README` covers what most people need to know. If you're looking
for details on individual methods, you might want to try the
[rdoc](http://rdoc.info/github/resque/resque-scheduler/master/frames).
[rubydoc](https://rubydoc.info/github/resque/resque-scheduler/master/frames).

### Installation

Expand Down Expand Up @@ -86,7 +86,7 @@ namespace :resque do
# If your schedule already has +queue+ set for each job, you don't
# need to require your jobs. This can be an advantage since it's
# less code that resque-scheduler needs to know about. But in a small
# project, it's usually easier to just include you job classes here.
# project, it's usually easier to just include your job classes here.
# So, something like this:
require 'jobs'
end
Expand Down

0 comments on commit 23065c9

Please sign in to comment.