From c70d4546aafba5ab9edbae4d44c81ff3b8c4ea8a Mon Sep 17 00:00:00 2001 From: Chris Lerum Date: Wed, 18 Aug 2010 10:33:12 -0400 Subject: [PATCH] Fix grammar in README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 1c823130b..d966aa580 100644 --- a/README.markdown +++ b/README.markdown @@ -9,8 +9,8 @@ Background jobs can be any Ruby class or module that responds to jobs or you can create new classes specifically to do work. Or, you can do both. -Resque is heavily inspired by DelayedJob (which rocks) and is -comprised of three parts: +Resque is heavily inspired by DelayedJob (which rocks) and comprises +three parts: 1. A Ruby library for creating, querying, and processing jobs 2. A Rake task for starting a worker which processes jobs