From ae293320ad33fc7acb03a682f42118af2018b25c Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Sun, 7 Dec 2014 16:20:49 +0100 Subject: [PATCH] Minor typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f075df..2fe9cda 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ It's recommended to use separate server for replaying traffic, but if you have e sudo gor --input-raw :80 --output-http "http://staging.com" ``` -### Guarante of replay and HTTP input +### Guarantee of replay and HTTP input Due to how traffic interception works, there is chance of missing requests. If you want guarantee that requests will be replayed you can use http input, but it will require changes in your app as well. ```