From a565f4823f459b91ad5b33290868f43d040b9ac6 Mon Sep 17 00:00:00 2001 From: Stefan Naujokat Date: Fri, 1 Apr 2022 10:52:45 +0200 Subject: [PATCH] Update version number in readme. Fix typos in readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01f5c82e3e..a3a4399ab3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Examples are available for [MauMau](https://github.com/tudo-aqua/bgw/tree/main/b BoardGameWork is built on top of [JavaFX 17](https://openjfx.io/openjfx-docs/) and therefore requires at least JDK 11. Since JavaFX was decoupled from the JavaJDK as of JDK 11, BoardGameWork comes with JavaFX dependencies including their native libraries for various platforms like Windows, Linux and Mac. -Tho we recommend installing a JDK Build that already includes JavaFX to ensure your platform is supported. [Azul Zulu Builds of OpenJDK](https://www.azul.com/downloads/?version=java-11-lts&package=jdk-fx#download-openjdk) support a wide range of platforms and architectures including [Mac M1](https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#download-openjdk). +We recommend installing a JDK build that already includes JavaFX to ensure your platform is supported. [Azul Zulu Builds of OpenJDK](https://www.azul.com/downloads/?version=java-11-lts&package=jdk-fx#download-openjdk) support a wide range of platforms and architectures including [Mac M1](https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#download-openjdk). ### Setup @@ -35,15 +35,15 @@ Start by adding the latest version of BGW as a dependency to your project. #### Gradle ```gradle -implementation("tools.aqua:bgw-core:0.5") +implementation("tools.aqua:bgw-gui:0.6") ``` #### Maven ```xml tools.aqua - bgw-core - 0.5 + bgw-gui + 0.6 ```