From fd793372e40455e6520e3dd943a21d641eb5c8b4 Mon Sep 17 00:00:00 2001 From: Lewis Milburn <63267144+lewmilburn@users.noreply.github.com> Date: Mon, 20 May 2024 23:47:42 +0100 Subject: [PATCH] Fix JVM version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8c9770..9919cef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You will need Maven to build the project to `./target`, you can install it at ht ### Set Java 21 as your `JAVA_HOME` variable. -You can validate this by running the command below and ensuring it returns Java 17. +You can validate this by running the command below and ensuring it returns Java 21. ```sh java -version