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