Skip to content

Commit

Permalink
fix: small errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Senart <tsenart@gmail.com>
  • Loading branch information
0xflotus authored and tsenart committed Jul 14, 2023
1 parent 60c2d66 commit 097d2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 097d2c4

Please sign in to comment.