From 189d96651d26ae9b31450b6358db929125101af3 Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii <102794661+e-korolevskii@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:30:12 +0100 Subject: [PATCH] Update README.md Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde2cd85..8ae5055b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This action allows you to work with Java and Scala projects. ## Usage - - `java-version`: The Java version to set up. Takes a whole or [semver](#supported-version-syntax) Java version. If not specified, the action will expect `java-version-file` input to be specified. + - `java-version`: The Java version that is going to be set up. Takes a whole or [semver](#supported-version-syntax) Java version. If not specified, the action will expect `java-version-file` input to be specified. - `java-version-file`: The path to the `.java-version` file. See more details in [about `.java-version` file](docs/advanced-usage.md#Java-version-file).