Skip to content

Commit 8111567

Browse files
author
Amanda Butler
authored
Edit cli_code.md
Edit bare metal note for note formatting and consistent capitalization across docs.
1 parent d6fed97 commit 8111567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorials/quickstart/cli_code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121

2222
<span class="tips">**Tip:** You can get the name of the board plugged into your computer by running `mbed detect`, and you can get a full list of supported toolchains and targets by running the `mbed compile --supported` command.</span>
2323

24-
1. **NOTE** To build with the Mbed OS Bare Metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file as in the following snippet:
24+
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:
2525

2626
```NOCI
2727
{
2828
"requires": ["bare-metal"],
2929
"target_overrides": {
3030
"*": {
3131
```
32+
</span>
3233

3334
1. Press the board's reset button. The LED blinks.

0 commit comments

Comments
 (0)