From 9ab67712e303b24307daba76e2cf49253f0c9ba5 Mon Sep 17 00:00:00 2001 From: 2400030206 <2400030206@kluniversity.in> Date: Tue, 25 Nov 2025 23:38:39 +0530 Subject: [PATCH] Fix typo in settings description --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 14923d82fc25..019d3fabe23e 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ If you're a developer wanting to contribute, read on. ## Build Instructions ## 1. Make sure you've installed [Android Studio](https://developer.android.com/studio). -1. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step one from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/getting-started/devenv/#quickstart) -1. `cd WordPress-Android` to enter the working directory. -1. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location. -1. Recommended: The CI uses JDK11 to build the app and run the tests. Some tests won't pass on the JDK embedded in Android Studio (JDK8). You might want to set JAVA_HOME and JDK location in Android Studio to JDK11. -1. Go to Tools → AVD Manager and create an emulated device. -1. Run. +2. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step ne from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/getting-started/devenv/#quickstart) +3. `cd WordPress-Android` to enter the working directory. +4. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location. +5. Recommended: The CI uses JDK11 to build the app and run the tests. Some tests won't pass on the JDK embedded in Android Studio (JDK8). You might want to set JAVA_HOME and JDK location in Android Studio to JDK11. +6. Go to Tools → AVD Manager and create an emulated device. +7. Run. Notes: