Skip to content

Commit f691c76

Browse files
authored
Merge pull request #234 from mlnx/docs-fixes
[docs] change mbed OS version
2 parents 2f6b150 + b6c251a commit f691c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This document covers the installation and usage of *mbed CLI*.
5050

5151
<span class="tips">**Note:** The directories of Git and Mercurial executables (`git` and `hg`) need to be in your system's PATH.</span>
5252

53-
* **Command-line compiler or IDE Toolchain** - *mbed CLI* invokes the [mbed OS 4.0](https://github.com/ARMmbed/mbed-os) tools for various features - compiling, testing, exporting to industry standard toolchains. To compile your code, you would need either of these:
53+
* **Command-line compiler or IDE Toolchain** - *mbed CLI* invokes the [mbed OS 5.0](https://github.com/ARMmbed/mbed-os) tools for various features - compiling, testing, exporting to industry standard toolchains. To compile your code, you would need either of these:
5454
* Compilers: GCC ARM, ARMCC 5, IAR
5555
* Toolchains: Keil uVision, DS-5, IAR Workbench
5656

@@ -101,7 +101,7 @@ To list all *mbed CLI* commands use `mbed --help`. A detailed command-specific h
101101

102102
### Creating and importing programs
103103

104-
*mbed CLI* can create and import both mbed 2.0 and mbed OS 4.0 based programs.
104+
*mbed CLI* can create and import both mbed 2.0 and mbed OS 5.0 based programs.
105105

106106
#### Creating a new program
107107

@@ -149,7 +149,7 @@ mbed-os-program (mbed-os-program#189949915b9c)
149149
$ mbed new mbed-classic-program --mbedlib
150150
```
151151

152-
You can create plain (empty) programs, without either mbed OS 4.0 or mbed 2.0 by adding the `--create-only` option.
152+
You can create plain (empty) programs, without either mbed OS 5.0 or mbed 2.0 by adding the `--create-only` option.
153153

154154

155155
#### Importing an existing program

0 commit comments

Comments
 (0)