mirror of https://github.com/ARMmbed/mbed-os.git
Edits in README.md
Remove unnecessary commas, and standardize heading capitalization.pull/8641/head
parent
86153ddc42
commit
64ef110efa
13
README.md
13
README.md
|
@ -16,17 +16,18 @@
|
|||
[mbed-waffle]: https://waffle.io/ARMmbed/mbed-os
|
||||
[mbed-waffle-svg]: https://badge.waffle.io/ARMmbed/mbed-os.svg?columns=all
|
||||
|
||||
Arm Mbed OS is an open source embedded operating system designed specifically for the "things" in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS, and drivers for sensors and I/O devices.
|
||||
Arm Mbed OS is an open source embedded operating system designed specifically for the "things" in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices.
|
||||
|
||||
Mbed OS provides a platform that includes:
|
||||
* Security foundations.
|
||||
* Cloud management services.
|
||||
* Drivers for sensors, I/O devices, and connectivity.
|
||||
|
||||
- Security foundations.
|
||||
- Cloud management services.
|
||||
- Drivers for sensors, I/O devices and connectivity.
|
||||
|
||||
## Release notes
|
||||
The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions.
|
||||
|
||||
## License & Contributions
|
||||
## License and contributions
|
||||
|
||||
The software is provided under [Apache-2.0 license](LICENSE). Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more info.
|
||||
|
||||
|
@ -42,7 +43,7 @@ We also have a [contributing and publishing guide](https://os.mbed.com/contribut
|
|||
|
||||
## Documentation
|
||||
|
||||
For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). It includes Doxygen for our APIs, step-by-step tutorials, porting information, and background reference materials about our architecture and tools.
|
||||
For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). It includes Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.
|
||||
|
||||
To contribute to this documentation, please see the [mbed-os-5-docs repository](https://github.com/ARMmbed/mbed-os-5-docs).
|
||||
|
||||
|
|
Loading…
Reference in New Issue