Skip to content

Commit

Permalink
Update README.md (#516)
Browse files Browse the repository at this point in the history
Updated README to make the behavior of idReplacement more clear
  • Loading branch information
ConnorSinnott committed Mar 19, 2024
1 parent cb1fe35 commit 41e3a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ Available options:
-l/--latency
Print all the latency data. default: false.
-I/--idReplacement
Enable replacement of [<id>] with a randomly generated ID within the request body. default: false.
Enable replacement of `[<id>]` with a randomly generated ID within the request body. e.g. `/items/[<id>]`. default: false.
-j/--json
Print the output as newline delimited JSON. This will cause the progress bar and results not to be rendered. default: false.
-f/--forever
Expand Down

0 comments on commit 41e3a18

Please sign in to comment.