fix typo in README.md
This commit is contained in:
parent
488f0da7e8
commit
b430e205dc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ This will generate the APK file `./apk/example.app.apk`
|
||||||
|
|
||||||
this can be installed via `adb`
|
this can be installed via `adb`
|
||||||
```
|
```
|
||||||
adb install -r ./apk/exmple.app.apk
|
adb install -r ./apk/example.app.apk
|
||||||
# or alternative type
|
# or alternative type
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue