From 52ebd3ac82793addfeea0d9a38d32226070f6ee8 Mon Sep 17 00:00:00 2001 From: Panxuefeng-loongson <97659667+Panxuefeng-loongson@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:09:55 +0800 Subject: [PATCH] Update README.md Co-authored-by: Martijn Verburg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9dbdf9898..30f946ab05 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ This tag identifies the architecture the JDK has been built on and it intended t - `variant:` Example values: [`hotspot`, `openj9`, `corretto`, `dragonwell`, `bisheng`, `loongson`] -This tag identifies the JVM being used by the JDK. "dragonwell", "bisheng" and "loongson" itself are HotSpot based JVMs but are currently considered their own variants for the purposes of build. +This tag identifies the JVM being used by the JDK. "dragonwell", "bisheng", and "loongson" itself are HotSpot based JVMs but are currently considered their own variants for the purposes of build. WARN: This will be changed at a later date when we split out JVM from vendor. ----