We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3840c79 commit c70d454Copy full SHA for c70d454
README.markdown
@@ -9,8 +9,8 @@ Background jobs can be any Ruby class or module that responds to
9
jobs or you can create new classes specifically to do work. Or, you
10
can do both.
11
12
-Resque is heavily inspired by DelayedJob (which rocks) and is
13
-comprised of three parts:
+Resque is heavily inspired by DelayedJob (which rocks) and comprises
+three parts:
14
15
1. A Ruby library for creating, querying, and processing jobs
16
2. A Rake task for starting a worker which processes jobs
0 commit comments