From 24b967114cf885a4f322d14f8b015a2b7e0e67ed Mon Sep 17 00:00:00 2001 From: cstef Date: Mon, 10 Jun 2024 20:13:54 +0200 Subject: [PATCH] docs: add docs for `--pretty` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1dc97ae..7380d38 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,9 @@ Available output formats: - `*.md` - `*.txt` +> [!NOTE] +> For JSON output, you can use the `--pretty` flag to pretty-print the JSON. + #### Throttling The throttling value will be multiplied by the number of threads. For example, if you have `10` threads and a throttling value of `5`, the total number of requests per second will be `50`.