From f5cb979663329a789a09616d0fd3b762f08ad7c3 Mon Sep 17 00:00:00 2001 From: Sergey Kosarevsky Date: Tue, 13 Feb 2024 22:45:43 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b796ae0cf3..0876607fc6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cmake .. -DLVK_WITH_SAMPLES_ANDROID=ON cd android/Tiny # or any other sample ./gradlew assembleDebug # or assembleRelease ``` -Yoy can also open the project in Android Studio and build it from there. +You can also open the project in Android Studio and build it from there. Before running demo apps on your device, connect the device to a desktop machine and run the deployment script: @@ -98,7 +98,7 @@ python3 deploy_content_android.py > NOTE: To run demos on an Android device, it should support Vulkan 1.3. Please check https://vulkan.gpuinfo.org/listdevices.php?platform=android -> NOTE: At the moment, demo apps support no touch input on Android. +> NOTE: At the moment, no touch input is supported on Android. ## Screenshots