summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2012-03-28 10:57:01 +0200
committerVincent Driessen <vincent@3rdcloud.com>2012-03-28 10:57:01 +0200
commitccc9abd8fa816fe39ee84b61450e70de646dabcd (patch)
treef16c74f9e0a7e51694c7019af838304772f5755f /README.md
parent166a79a0fdb1c563bf303ecc723692050d7844b3 (diff)
downloadrq-ccc9abd8fa816fe39ee84b61450e70de646dabcd.tar.gz
Fix wording.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07e2017..c7c3c97 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