Skip to content

Commit 481cf0f

Browse files
author
itayzafrir
committed
Update README.md terminology
1 parent 1c42ef3 commit 481cf0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Running Mbed-Crypto examples on Mbed-OS
1+
# Running Mbed Crypto examples on Mbed OS
22
This repository contains a set of examples demonstrating the compilation and use
3-
of Mbed-Crypto on Mbed-OS.
3+
of Mbed Crypto on Mbed OS.
44

55
List of examples contained within this repository:
66
* Cipher encrypt/decrypt using an AES key in cipher block chain (CBC) mode with no padding using a single block.
77
* Cipher encrypt/decrypt using an AES key in cipher block chain (CBC) mode with PKCS7 padding using multiple blocks.
88
* Cipher encrypt/decrypt using an AES key in counter (CTR) mode using multiple blocks.
99

1010
## Prerequisites
11-
* Install <a href='https://github.com/ARMmbed/mbed-cli#installing-mbed-cli'>Mbed-CLI</a>
11+
* Install <a href='https://github.com/ARMmbed/mbed-cli#installing-mbed-cli'>Mbed CLI</a>
1212

1313
## Deploy
1414
The following are the steps required for deployment:
1515
* Clone this repository: `git clone [email protected]:ARMmbed/mbed-os-example-mbed-crypto.git`
16-
* CD to `mbed-os-example-mbed-crypto`
17-
* Fetch Mbed-OS: `mbed deploy`
16+
* Change your current directory: `cd mbed-os-example-mbed-crypto`
17+
* Fetch Mbed OS: `mbed deploy`
1818

1919
## Compile
2020
To compile the example program use `mbed compile` while specifying the target platform and the compiler.
@@ -26,7 +26,7 @@ Once the compilation is completed successfully a binary file will be created: `.
2626
The following are the steps required to run the example program:
2727
* Connect the Mbed device to your computer over USB.
2828
* Copy the binary file (`mbed-os-example-mbed-crypto.bin`) to the Mbed device.
29-
* Connect to the Mbed Device using an ssh client application of your choice.
29+
* Connect to the Mbed Device using a serial client application of your choice.
3030
* Press the reset button on the Mbed device to run the program.
3131

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

0 commit comments

Comments
 (0)