From 68acf7eea1ce90be0a3c580fecb0f325d86ce9c4 Mon Sep 17 00:00:00 2001 From: Lesia Chaban Date: Fri, 1 Dec 2023 10:33:38 +0200 Subject: [PATCH] Update hello-graal/README.md Co-authored-by: Bernard Horan --- hello-graal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-graal/README.md b/hello-graal/README.md index fb9f00325..7069a385e 100644 --- a/hello-graal/README.md +++ b/hello-graal/README.md @@ -16,7 +16,7 @@ This is a "Hello Graal" Java example for GraalVM. The structure of the `Hello` p ## Preparation -1. Download and install the latest GraalVM JDK using the [SDKMAN!](https://sdkman.io/). +1. Download and install the latest GraalVM JDK using [SDKMAN!](https://sdkman.io/). ```bash sdk install java 21.0.1-graal ```