Fixed error in README.

This commit is contained in:
Daan Vanden Bosch 2021-03-23 17:14:45 +01:00
parent 2f69806df5
commit 381f70bcc7

View File

@ -75,7 +75,7 @@ Web GUI toolkit used by Phantasmal World.
### Unit Tests
Run the unit tests with `./gradlew test`. JS tests are run with Karma and Mocha, JVM tests with
Run the unit tests with `./gradlew check`. JS tests are run with Karma and Mocha, JVM tests with
Junit 5.
### Code Style and Formatting