From e92ab813697164972a26d4b67bbcfc29e4fa78db Mon Sep 17 00:00:00 2001 From: Paul Hodges <111325206+Superbro525Alt@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:20:08 +0800 Subject: [PATCH] Fixed readme (#118) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 630d1fca..7604ddb3 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Cleaning removes caches of your compiled code. If you do not understand an error Simulation ---------- **Release** -`./gradlew :nativeSimulation` +`./gradlew :simulateNative` Runs a simulation of your code at highest optimisation. **Debug** -`./gradlew :nativeSimulationDebug` +`./gradlew :simulateNativeDebug` Runs a debug simulation of your code, including a variety of debugging tools similar to glass but at lower optimisation. Documentation