From 9d1889fba1e0c0597352f3a351d887a92bf62300 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Tue, 13 Aug 2024 10:12:45 -0400 Subject: [PATCH] Fix stale reference in "Quick Start". Signed-off-by: Roland Grunberg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bacf5560d..48050ed58 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Quick Start 1. Install the Extension 2. On the following platforms, the extension should activate without any setup : `win32-x64`, `darwin-x64`, `darwin-arm64`, `linux-x64`, `linux-arm64`.\ If on another platform, or using the "universal" version, you can [set](#setting-the-jdk) a _Java_ Development Kit. It must be Java 17 or above. -3. Optionally, download and install a Java Development Kit for your project (Java 1.5 or above is supported). See [Project JDKs](#project-jdks) for more details +3. Optionally, download and install a Java Development Kit for your project (Java 1.8 or above is supported). See [Project JDKs](#project-jdks) for more details 4. Extension is activated when you first access a Java file * Recognizes projects with *Maven* or *Gradle* build files in the directory hierarchy.