summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2018-01-01 15:28:34 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-01-02 20:29:32 +0200
commit468260504e388cd4e372d17ecc1fa8c7df1f5076 (patch)
treebf60fd62969b829f65c0780b1933d8711b1dac0e
parent2d08c190d0b5fba16c2034f63369a345bbaa5f35 (diff)
downloadmeson-468260504e388cd4e372d17ecc1fa8c7df1f5076.tar.gz
Correct some grammar.
-rw-r--r--docs/markdown/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md
index 5f42cc715..0b4bab923 100644
--- a/docs/markdown/index.md
+++ b/docs/markdown/index.md
@@ -16,7 +16,7 @@ code.
## Features
-* multiplatform support for Linux, OSX, Windows, GCC, Clang, Visual Studio and others
+* multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio and others
* supported languages include C, C++, D, Fortran, Java, Rust
* build definitions in a very readable and user friendly non-Turing complete DSL
* cross compilation for many operating systems as well as bare metal
@@ -35,8 +35,8 @@ The second way is via IRC. The channel to use is `#mesonbuild` at
## Development
-All development on Meson is done on [GitHub
-project](https://github.com/mesonbuild/meson). Instruction on
+All development on Meson is done on the[GitHub
+project](https://github.com/mesonbuild/meson). Instructions for
contributing can be found on the [contribution page](Contributing.md).