diff options
author | Amr Ojjeh <amrojjeh@outlook.com> | 2021-03-04 12:08:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 20:08:09 +0200 |
commit | 5ca2aa7ec02806e98dc4d1c1eddfdf6b02de9ac4 (patch) | |
tree | 828007d0651f9abf004f33adcec4e960b71d02ca /docs | |
parent | be0a05e7770ba716aed3369e9d7f26713a99ff0a (diff) | |
download | meson-5ca2aa7ec02806e98dc4d1c1eddfdf6b02de9ac4.zip meson-5ca2aa7ec02806e98dc4d1c1eddfdf6b02de9ac4.tar.gz meson-5ca2aa7ec02806e98dc4d1c1eddfdf6b02de9ac4.tar.bz2 |
Improved a paragraph [skip ci]
Made it easier to understand
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index eba1e58..2999010 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -46,9 +46,9 @@ The second way is via IRC. The channel to use is `#mesonbuild` at ### [Projects using Meson](Users.md) -Many projects out there are using Meson and their communities are also -a great resource for learning about what (and what not too!) do when -trying to convert to using Meson. +Many projects are using Meson and they're +a great resource for learning what to (and what not to!) do when +converting existing projects to Meson. [A short list of Meson users can be found here](Users.md) but there are many more. We would love to hear about your success |