~kdsch/libopencm3

0dcd95d073c68a0c3a1b470b928c7b694e4cb2ff — Karl Schultheisz 6 months ago 4979c05
README.md: change wording
1 files changed, 2 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +2 -3
@@ 5,9 5,8 @@ This project ports libopencm3's build system to [Meson](https://mesonbuild.com/)

## Why?

Meson better supports projects with several dependencies than
Make. Therefore, it is a reasonable choice in more complex microcontroller
projects.
Meson supports multi-dependency projects better than Make does. Therefore,
Meson is a reasonable choice in complex microcontroller projects.


## Status