From c65a3506bd58f867230cf2fc8de8a509fb67b30c Mon Sep 17 00:00:00 2001 From: David Westgate Date: Thu, 27 Feb 2025 12:26:15 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb848a..6319621 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To create an APK build, use the following npx expo prebuild cd android ./gradlew assembleRelease # linux -gradew.bat assembleRelease # possible windows command +gradlew.bat assembleRelease # possible windows command ``` Then, see `android/app/build/outputs/apk/release/app-release.apk` for the output