Skip to content

Commit 476a88c

Browse files
author
Amanda Butler
authored
Fix numbering in cli_code.md
Make indented number part of the one above it because nothing comes after it.
1 parent 9c07097 commit 476a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quickstart/cli_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
1. Compile and program your board:
1313

14-
1. Invoke `mbed compile`, and specify the name of your platform and your installed toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the K64F platform and Arm Compiler 5 toolchain:
14+
Invoke `mbed compile`, and specify the name of your platform and your installed toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the K64F platform and Arm Compiler 5 toolchain:
1515

1616
```console
1717
$ mbed compile --target K64F --toolchain ARM --flash

0 commit comments

Comments
 (0)