From ccc9abd8fa816fe39ee84b61450e70de646dabcd Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 28 Mar 2012 10:57:01 +0200 Subject: [PATCH] Fix wording. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07e20174..c7c3c975 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed -to have a low barrier to entry. It should easily be integrated in your web -stack. +to have a low barrier to entry. It should be integrated in your web stack +easily. ## Getting started