From f7f171d32461fd06a17c9327ea27dd93fe2622de Mon Sep 17 00:00:00 2001 From: oftenoccur <166520808+oftenoccur@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:10:30 +0800 Subject: [PATCH] chore: remove repetitive word in README.md (#446) Signed-off-by: oftenoccur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f952ad89..85798f0ff 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ most useful when working in CI/CD systems where you want HTML reports as an arte scc --format-multi "tabular:stdout,html:output.html,csv:output.csv" ``` -The above will run against the current directory, outputting to standard output the the default output, as well as writing +The above will run against the current directory, outputting to standard output the default output, as well as writing to output.html and output.csv with the appropriate formats. #### Tabular