From 2baef02dbd9d1522cd9653f0086e4162d502ef29 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Fri, 7 Jun 2019 21:19:34 +0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c87ba44..1476c5b0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ RQ requires Redis >= 3.0.0. Full documentation can be found [here][d]. +## Support RQ + +If you find RQ useful, please consider supporting this project via [Tidelift](https://tidelift.com/subscription/pkg/pypi-rq?utm_source=pypi-rq&utm_medium=referral&utm_campaign=readme). + + ## Getting started First, run a Redis server, of course: @@ -86,9 +91,6 @@ This project has been inspired by the good parts of [Celery][1], [Resque][2] and [this snippet][3], and has been created as a lightweight alternative to the heaviness of Celery or other AMQP-based queueing implementations. -## Support RQ - -If you find RQ useful, please consider supporting this project via [Tidelift](https://tidelift.com/subscription/pkg/pypi-rq?utm_source=pypi-rq&utm_medium=referral&utm_campaign=readme). [r]: http://python-requests.org [d]: http://python-rq.org/