Fix wording.

This commit is contained in:
Vincent Driessen 2012-03-28 10:57:01 +02:00
parent 166a79a0fd
commit ccc9abd8fa
1 changed files with 2 additions and 2 deletions

View File

@ -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