From 9a9fb5b2370a27a5c95265a27e0f0e1acdda5b23 Mon Sep 17 00:00:00 2001 From: Misa Date: Wed, 25 Oct 2023 16:44:23 -0700 Subject: [PATCH] Android: README: Fix swapped h1/h2 headers The ones I meant to be h1 appeared as h2 and vice versa. Whoops. --- desktop_version/VVVVVV-android/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop_version/VVVVVV-android/README.md b/desktop_version/VVVVVV-android/README.md index 5d7064f1..61518043 100644 --- a/desktop_version/VVVVVV-android/README.md +++ b/desktop_version/VVVVVV-android/README.md @@ -1,5 +1,5 @@ Android port for C++ version ----------------------------- +============================ This is _not_ the other existing mobile version (which is a fork of the original Flash version). This is a port of the C++ desktop version, because the C++ version has gotten @@ -7,7 +7,7 @@ many improvements since the source release (along with Flash being deprecated in general). How to Build -============ +------------ The recommended way is to install Android Studio. @@ -19,7 +19,7 @@ The recommended way is to install Android Studio. 4. Click 'Build'. How to Install and Play -======================= +----------------------- After building, go to `desktop_version/VVVVVV-android/app/build/outputs/apk/`, copy the APK of the appropriate architecture to your device, and install it.