From d877962ee8a5003b0a6eec9fb3d16f1b759a9f9e Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Wed, 30 Oct 2024 12:45:36 +0100 Subject: [PATCH] readme: Fix typos in Android build instructions (#34067) Fix some typos in the Android build instructions that prevented them from working properly. Signed-off-by: Martin Robinson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60bd01a564b..ac193186300 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ For more detailed build instructions, see the Servo book under [Setting up your `$ANDROID_SDK_ROOT/cmdline-tools/latest`. - Run the following command to install the necessary components: ```shell - sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install - "build-tools;34.0.00 \ + sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install \ + "build-tools;34.0.0" \ "emulator" \ "ndk;26.2.11394342" \ "platform-tools" \