diff --git a/README.md b/README.md index c5263dfb..ba2a701a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ your typically lengthy or blocking function: Then, create a RQ queue: import rq import * - use_redis() + use_connection() q = Queue() And enqueue the function call: