Fixes incorrect run command

I am guessing that things changes over time, but as far as I can see, the proper way to run the samples is to do `:folder:type:command`.
This commit is contained in:
julien Lengrand-Lambert
2021-07-28 22:34:16 +02:00
committed by GitHub
parent 2ecfcf585a
commit c5011e199b

View File

@@ -1,5 +1,5 @@
## KorGE samples ## KorGE samples
```bash ```bash
./gradlew :sample-box2d:runJvm ./gradlew :samples:box2d:runJvm
``` ```