From f47398a7543c655719279510a757e760a0038966 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 22 Feb 2012 10:52:39 +0100 Subject: Ditch false code size claim. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a7123b6..c5263df 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -RQ (_Redis Queue_) is a lightweight* Python library for queueing -jobs and processing them in the background with workers. It is backed by Redis -and it is extremely simple to use. - -

-* It is under 20 kB in size and just over 500 lines of code.

+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. ## Getting started -- cgit v1.2.1