From ee7a2b7011878ce70b46f52d38db6e762fc6997e Mon Sep 17 00:00:00 2001 From: ychescale9 Date: Mon, 11 Nov 2019 04:30:55 +1100 Subject: [PATCH] Fix typos in docs. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73b312c3..078bc292 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ The old ARM-based emulators were slow and are no longer supported by Google. The The **masOS** VM provided by **GitHub Actions** has **HAXM** installed so we are able to create a new AVD instance, launch an emulator with hardware acceleration, and run our Android instrumented tests directly on the VM. -This Action automates the process by doing the following: +This action automates the process by doing the following: - Install / update the required **Android SDK** components including `build-tools`, `platform-tools`, `platform` (for the required API level), `emulator` and `system-images` (for the required API level). -- Create a new instance of **AVD** with the required [configurations](#configurations). -- Launch a new Emulator with the required [configurations](#configurations). +- Create a new instance of **AVD** with the provided [configurations](#configurations). +- Launch a new Emulator with the provided [configurations](#configurations). - Wait until the Emulator is booted and ready for use. -- Run a custom script provided by the user of the action - e.g. `./gradlew connectedCheck`. -- Kill the Emulator and the finish the action. +- Run a custom script provided by user once the Emulator is up and running - e.g. `./gradlew connectedCheck`. +- Kill the Emulator and finish the action. ## Usage