From 41e3a18c70daf7affcaf3568bd2a6ba7bc1f8b57 Mon Sep 17 00:00:00 2001 From: Connor Sinnott Date: Tue, 19 Mar 2024 08:30:19 -0700 Subject: [PATCH] Update README.md (#516) Updated README to make the behavior of idReplacement more clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579d2a74..dac38ed0 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Available options: -l/--latency Print all the latency data. default: false. -I/--idReplacement - Enable replacement of [] with a randomly generated ID within the request body. default: false. + Enable replacement of `[]` with a randomly generated ID within the request body. e.g. `/items/[]`. 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