From 76d6d5e8575379d5f92a255311c1c265e83448b9 Mon Sep 17 00:00:00 2001 From: rootVIII Date: Mon, 31 May 2021 00:23:15 -0400 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ef3f38..fc7b813 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ -###### gomobile, build .apk for development and testing: +###### Build .apk for development and testing using gomobile:
   
@@ -59,7 +59,7 @@ adb logcat
 

-###### ebitenmobile, build .aar for Android Studio binding: +###### Build .aar for Android Studio binding using ebitenmobile:
   
@@ -176,7 +176,7 @@ class EbitenViewWithErrorHandling extends EbitenView {
 
 
 // 7.
-// The game should now load in one of the emulators that comes with Android Studio
+// The game should now be usable in Android Studio (sign project with developer keys, UI adjustments in XML, etc. etc.)