From dd4e441cf4fa3331814923507ddb5c7c43ce6a0e Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Tue, 5 Nov 2019 08:12:04 +0000 Subject: [PATCH] Correct code snIppet rendering on README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6094a0fb..933e0b32 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Alternatively, you can manually copy the binary to the board, which you mount on Depending on the target, you can build the example project with the `GCC_ARM`, `ARM` or `IAR` toolchain. After installing Arm Mbed CLI, run the command below to determine which toolchain supports your target: - ```bash - $ mbed compile -S - ``` +```bash +$ mbed compile -S +``` ## Expected output The LED on your target turns on and off every 500 milliseconds.