From eaf04dd78eedb87c02ce922b95f25e0c1ee180b1 Mon Sep 17 00:00:00 2001 From: Nico Alt Date: Sun, 16 Aug 2015 17:28:34 +0200 Subject: [PATCH] Don't mark as code in code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c1eb1861..474280c3c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ In order to run the F-Droid test suite, you will need to have either a real devi connected via `adb`, or an emulator running. Then, execute the following from the command line: -> `gradle connectedAndroidTest` + gradle connectedAndroidTest This will build and install F-Droid and the test apk, then execute the entire test suite on the device or emulator.