summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeonid Shvechikov <shvechikov@gmail.com>2015-02-01 10:37:21 +0300
committerLeonid Shvechikov <shvechikov@gmail.com>2015-02-01 10:37:21 +0300
commit1018330cea8ac5e6fe407860f012c6c90e279e62 (patch)
tree40d1d664f85249dab36372809459bc2c8f7bc142 /README.md
parentb8d425b318567073a8343b8f884547b62ced810d (diff)
downloadrq-1018330cea8ac5e6fe407860f012c6c90e279e62.tar.gz
Tiny fix of the indefinite article before "RQ"
"An" should be used here because "RQ" sounds like "ar-kiu".
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b83f68..2b1fa71 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