From 94cc0ca1fae568a94f71b6cdb190c2c91284d125 Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Tue, 8 Oct 2024 11:32:58 +0200 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94880b9..844de2a 100644 --- a/README.md +++ b/README.md @@ -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 ```