From 097d2c4f8aec8fa154b0dea5015e2ef318d7ad45 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 20 Jan 2021 16:17:54 +0100 Subject: [PATCH] fix: small errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Senart --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff0b1715..01c56375 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Lines starting with `#` are ignored. ``` # get a dragon ball GET http://goku:9090/path/to/dragon?item=ball -# specify a test accout +# specify a test account X-Account-ID: 99 ``` @@ -308,7 +308,7 @@ The trade-off is one of added latency in each hit against the targets. Specifies the maximum number of bytes to capture from the body of each response. Remaining unread bytes will be fully read but discarded. -Set to -1 for no limit. It knows how to intepret values like these: +Set to -1 for no limit. It knows how to interpret values like these: - `"10 MB"` -> `10MB` - `"10240 g"` -> `10TB`