From eadc26a3e717cb2fe5f145850c127415fffadfcd Mon Sep 17 00:00:00 2001 From: Gauthier Date: Tue, 26 Sep 2023 18:17:18 +0800 Subject: [PATCH] docs: typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38410b5..b1cffca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ available in JDK 21 to access native libraries. NightMonkeys plugins are released as multi-release JARs: - with Java < 21, a no-op version of the plugin will unregister itself on load, basically doing nothing -- with Java 11, the plugin will be available +- with Java 21, the plugin will be available - the plugins are not compatible with other Java versions, as the Foreign Linker APIs are still changing This lets you add the dependencies in your project whatever the JDK used, and still enable the plugin at runtime if the necessary JDK is used.