Skip to content

Commit 31a6d87

Browse files
author
Amanda Butler
authored
Edit quick-start-compiler.md
Edit bare metal addition, mostly for note formatting and consistent capitalization across docs.
1 parent 88c2279 commit 31a6d87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorials/quickstart/quick-start-compiler.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ Alternatively, you may select the import button on the top left hand side of the
2727

2828
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/online_compile_button.png)</span>
2929

30-
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:
30+
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:
3131

3232
```NOCI
3333
{
3434
"requires": ["bare-metal"],
3535
"target_overrides": {
3636
"*": {
3737
```
38+
</span>
3839
3940
1. Open the folder where the executable file was downloaded, and then click and drag (or copy and paste) the file to your Mbed board's USB device folder.
4041

0 commit comments

Comments
 (0)