From 59ae7cdc6486b85b09eb5dea64b59fe142a1bb2b Mon Sep 17 00:00:00 2001 From: Will Taylor Date: Fri, 29 Dec 2023 19:15:10 +0000 Subject: [PATCH] fix: appease textlinter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5091c..43fcf0a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ All inputs are optional. However, these are the most important: | `include` | Glob pattern to find input JUnit XML reports | `string` | `./**/*.xml` | | `output-path` | Output path for synthetic JUnit XML reports | `string` | `./output/` | | `exclude` | Glob pattern to exclude from input JUnit XML reports | `string` | | -| `version` | Version of [junit-reducer](https://github.com/willgeorgetaylor/junit-reducer/releases) CLI to use (e.g., `v1.0.0` or `latest`) | `string` | `latest` | +| `version` | Version of [junit-reducer](https://github.com/willgeorgetaylor/junit-reducer/releases) command-line tool to use (e.g., `v1.0.0` or `latest`) | `string` | `latest` | ### Additional inputs