From 42c3b593f97bdf41ef19b897b3009db30b51a88e Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 2 Apr 2012 00:33:44 +0200 Subject: [PATCH] Fix typo in basic example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c3c975..7def20fb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ your typically lengthy or blocking function: Then, create a RQ queue: - import rq import * + from rq import * use_connection() q = Queue()