From 6f4f65bcf445cf4bd5fe5027f4ac70ff61a97d6b Mon Sep 17 00:00:00 2001 From: Quentin Ligier Date: Sun, 22 Sep 2024 19:29:14 +0200 Subject: [PATCH] Improve README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 276e310..19c8960 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This action provides the following functionality for [GitHub Actions](https://do [_SUSHI_](https://github.com/FHIR/sushi) (if needed). - Matches _IG Publisher_ and _SUSHI_ errors in _GitHub_, to easily spot issues: [![Preview of the problem matching with SUSHI](.github/problem_matcher_thumbnail.png)](.github/problem_matcher.png) - See also the live example of a [failing pull request](https://github.com/qligier/simple-test-ig/pull/1/files). +
See also the live example of a [failing pull request](https://github.com/qligier/simple-test-ig/pull/1/files). ## Usage @@ -21,13 +21,13 @@ The action can be configured with the following inputs:
ig-publisher
-
The version of the _IG Publisher_ to use. The value can be a full version (i.e. x.y.z) or the keyword -'latest'. The default value is 'latest'.
+
The version of the IG Publisher to use. The value can be a full version (i.e. x.y.z) or the +keyword 'latest'. The default value is 'latest'.
sushi
-
The version of _SUSHI_ to use. The value can be a partial or full version (i.e. x, x.y or -x.y.z), the keyword 'latest', or the keyword 'false' to disable _SUSHI_. The -default value is 'false'.
+
The version of SUSHI to use. The value can be a partial or full version (i.e. x, x.y or +x.y.z), the keyword 'latest', or the keyword 'false' to disable +SUSHI. The default value is 'false'.
### Examples