Skip to content

Commit 52b4a28

Browse files
committed
It's pronounced 'rescue'
1 parent bf41357 commit 52b4a28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Resque
22
======
33

4-
Resque is a Redis-backed library for creating background jobs, placing
5-
those jobs on multiple queues, and processing them later.
4+
Resque (pronounced like "rescue") is a Redis-backed library for creating
5+
background jobs, placing those jobs on multiple queues, and processing
6+
them later.
67

78
Background jobs can be any Ruby class or module that responds to
89
`perform`. Your existing classes can easily be converted to background

0 commit comments

Comments
 (0)