Skip to content

Commit 49d70b7

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file, mostly for active voice, consistent capitalization across docs and consistent formatting across docs.
1 parent a09059a commit 49d70b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Mbed OS Tools
1+
# Mbed OS tools
22

3-
This repository contains the python modules needed to work with Mbed OS. Historically, the Mbed OS tools have been delivered in separate packages and repositories. Their APIs have evolved separately over time, each with their own style and syntax. This project is working to unify these packages into a single intuitive API.
3+
This repository contains the Python modules needed to work with Mbed OS. Historically, the Mbed OS tools have been delivered in separate packages and repositories. Their APIs have evolved separately over time, each with their own style and syntax. This project unifies these packages into a single intuitive API.
44

55
## Packages
66

77
Below is a table showing what packages are delivered from this repository:
88

9-
| PyPI Package | Source | Depends on | Stable API |
9+
| PyPI package | Source | Depends on | Stable API |
1010
| ------- | ------ | ---------- | ---------- |
11-
| mbed-os-tools | `src/` | | **No** |
12-
| mbed-ls | `packages/mbed-ls/` | mbed-os-tools | **Yes** |
13-
| mbed-host-tests | `packages/mbed-host-tests/` | mbed-os-tools | **Yes** |
14-
| mbed-greentea | `packages/mbed-greentea/` | mbed-os-tools | **Yes** |
11+
| `mbed-os-tools` | `src/` | | **No** |
12+
| `mbed-ls` | `packages/mbed-ls/` | `mbed-os-tools` | **Yes** |
13+
| `mbed-host-tests` | `packages/mbed-host-tests/` | `mbed-os-tools` | **Yes** |
14+
| `mbed-greentea` | `packages/mbed-greentea/` | `mbed-os-tools` | **Yes** |
1515

16-
As indicated above, **the API provided by `mbed-os-tools` is not stable**. For this reason, please continue to use the other packages.
16+
As indicated above, **the API `mbed-os-tools` provides is not stable**. For this reason, please continue to use the other packages.
1717

1818
## License and contributions
1919

0 commit comments

Comments
 (0)