From 53cfbc3b574651c36b1f40660e401551b1c40803 Mon Sep 17 00:00:00 2001 From: Yannic Staudt Date: Wed, 1 Sep 2021 16:28:54 +0200 Subject: [PATCH] Fixed small parameter naming issue in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5989186..216ec2d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Just execute in Command Line ## Automatic mode Run in automatic mode: ` -testbench-cli-reporter --configfile /path/to/config/file.json +testbench-cli-reporter --config /path/to/config/file.json ` ## Config file structure @@ -78,4 +78,4 @@ testbench-cli-reporter --configfile /path/to/config/file.json } ] } -``` \ No newline at end of file +```