Skip to content

Commit 5609fb3

Browse files
hugueskambaevedon
authored andcommitted
Corrected code snippet rendering on README. (#197)
1 parent 885f1eb commit 5609fb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Alternatively, you can manually copy the binary to the board, which you mount on
3838

3939
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:
4040

41-
```bash
42-
$ mbed compile -S
43-
```
41+
```bash
42+
$ mbed compile -S
43+
```
4444

4545
## Expected output
4646
The LED on your target turns on and off every 500 milliseconds.

0 commit comments

Comments
 (0)