From 1018330cea8ac5e6fe407860f012c6c90e279e62 Mon Sep 17 00:00:00 2001 From: Leonid Shvechikov Date: Sun, 1 Feb 2015 10:37:21 +0300 Subject: [PATCH] Tiny fix of the indefinite article before "RQ" "An" should be used here because "RQ" sounds like "ar-kiu". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b83f683..2b1fa710 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ def count_words_at_url(url): You do use the excellent [requests][r] package, don't you? -Then, create a RQ queue: +Then, create an RQ queue: ```python from rq import Queue, use_connection