fix typo in README.md

This commit is contained in:
Alexander Mahr 2024-10-08 11:32:58 +02:00
parent fb5409ae83
commit 94cc0ca1fa

View file

@ -27,7 +27,7 @@ This will generate the APK file `./apk/example.app.apk`
this can be installed via `adb`
```
adb install -r ./apk/exmple.app.apk
adb install -r ./apk/example.app.apk
# or alternative type
make install
```