Skip to content

Commit

Permalink
Fixed readme (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superbro525Alt authored Jan 30, 2024
1 parent f5edc1f commit e92ab81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e92ab81

Please sign in to comment.