From 691064bb5e2277c6484ab5397385b1512d753fe7 Mon Sep 17 00:00:00 2001 From: Victor Melnik Date: Fri, 28 Aug 2020 01:02:33 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1ca85d..762709e 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,10 @@ See other examples in [examples folder](app/src/main/resources/examples) or in ` ## Build ``` -./gradlew shadowJar +./gradlew shadowJar ``` -Build requires JDK-8u60 or higher and Java FX support. Assembled binaries are stored in `app/build/libs` directory. +Build requires JDK 11 or higher and Java FX support. Assembled binaries are stored in `app/build/libs` directory. ## Run @@ -139,7 +139,7 @@ Build requires JDK-8u60 or higher and Java FX support. Assembled binaries are st ./gradlew run ``` -Application requires JRE-8u60 or higher and Java FX support. Works properly on Oracle JDK 8 and OpenJDK 8 + openjfx. +Application requires JRE 11 or higher and Java FX support. ## License