From 4bad271e548813bde04720ddd6bcd07e386f6ad8 Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Wed, 3 Dec 2014 16:03:11 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ee295..8854e06 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you wish to limit simultaneous connections to 20: ./xsscrapy.py -u http://example.com -c 20 ``` -If you wante to rate limit to 60 requests per minute: +If you want to rate limit to 60 requests per minute: ```shell ./xsscrapy.py -u http://example.com/ -r 60 ```