Skip to content

Commit ae189fb

Browse files
author
Marcelo Salazar
authored
Minor fixes as suggested
1 parent 3c55d9c commit ae189fb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ List of examples contained within this repository:
1010
* Install <a href='https://github.com/ARMmbed/mbed-cli#installing-mbed-cli'>Mbed CLI</a>
1111

1212
## Import
13-
The following are the steps required for install the application:
13+
The following are the steps required to install the application:
1414
* Clone the repository and deploy the Mbed OS project: `mbed import https://github.com/ARMmbed/mbed-os-example-mbed-crypto`
1515
* Change your current directory: `cd mbed-os-example-mbed-crypto`
1616

@@ -22,15 +22,11 @@ Once the compilation is completed successfully a binary file will be created: `.
2222

2323
## Program your board
2424
1. Connect your mbed device to the computer over USB.
25-
1. Copy the binary file to the mbed device.
26-
1. Press the reset button to start the program.
25+
1. Copy the binary file (`mbed-os-example-mbed-crypto.bin`) to the Mbed device.
2726

2827
## Run
29-
The following are the steps required to run the example program:
30-
* Connect the Mbed device to your computer over USB.
31-
* Copy the binary file (`mbed-os-example-mbed-crypto.bin`) to the Mbed device.
32-
* Connect to the Mbed Device using a serial client application of your choice.
33-
* Press the reset button on the Mbed device to run the program.
28+
1. Connect to the Mbed Device using a serial client application of your choice.
29+
1. Press the reset button on the Mbed device to run the program.
3430

3531
The expected output from a successful execution of the example program should be as follows:
3632
```

0 commit comments

Comments
 (0)