diff --git a/README.md b/README.md index 219da73a..7cac659f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# WARNING: DON'T USE THIS IN PRODUCTION (yet) - 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 under 500 lines of code.

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

## Getting started