Skip to content

Commit 6ceca97

Browse files
authored
Merge pull request #158 from AnotherButler/patch-1
Link to quick start in README.md
2 parents d586926 + 3e2c2fc commit 6ceca97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Getting started example for Mbed OS
22

3-
This guide reviews the steps required to get Blinky with the addition of dynamic OS statistics working on an Mbed OS platform.
3+
This guide reviews the steps required to get Blinky with the addition of dynamic OS statistics working on an Mbed OS platform. (Note: To see a rendered example you can import into the Arm Online Compiler, please see our [quick start](https://os.mbed.com/docs/mbed-os/latest/quick-start/online-with-the-online-compiler.html#importing-the-code).)
44

5-
Please install [mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).
5+
Please install [Mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).
66

77
## Import the example application
88

@@ -50,8 +50,8 @@ Image: ./BUILD/K64F/GCC_ARM/mbed-os-example-blinky.bin
5050

5151
### Program your board
5252

53-
1. Connect your mbed device to the computer over USB.
54-
1. Copy the binary file to the mbed device.
53+
1. Connect your Mbed device to the computer over USB.
54+
1. Copy the binary file to the Mbed device.
5555
1. Press the reset button to start the program.
5656

5757
The LED on your platform turns on and off. The main thread will additionally take a snapshot of the device's runtime statistics and display it over serial to your PC. The snapshot includes:

0 commit comments

Comments
 (0)