Fix incorrect API call in the README example.

This commit is contained in:
Vincent Driessen 2012-03-28 10:52:12 +02:00
parent 31e492644e
commit 506f7c9e17
1 changed files with 1 additions and 1 deletions

View File

@ -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: