Skip to content

Commit cde93a5

Browse files
author
itayzafrir
committed
Fix typo in README.md
1 parent d7c3daa commit cde93a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following are the steps required to install the application:
4343

4444
## Compile
4545
To compile the example program use `mbed compile` while specifying the target platform and the compiler.
46-
For example, in order to compile using the ARM GCC compiler and a K64F target platform use: `mbed compile -m K64F -t ARM`.
46+
For example, in order to compile using the ARM GCC compiler and a K64F target platform use: `mbed compile -m K64F -t GCC_ARM`.
4747

4848
Once the compilation is completed successfully a binary file will be created: `./BUILD/K64F/GCC_ARM/mbed-os-example-mbed-crypto.bin`
4949

0 commit comments

Comments
 (0)