Skip to content

Commit

Permalink
docs: typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson authored Sep 26, 2023
1 parent cdece69 commit eadc26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eadc26a

Please sign in to comment.