aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-02 20:55:49 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-03 16:20:51 -0400
commitb80d40c287789ec0cb430842923a0254c86a6150 (patch)
tree1959e740245042340aff6d6ea96f80d8a75c95f1 /docs/markdown/Dependencies.md
parent492e281c0e5a4ff01e15af220bff21acaaa7f90d (diff)
downloadmeson-b80d40c287789ec0cb430842923a0254c86a6150.zip
meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.gz
meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.bz2
doc: Capitalize things more consistently.
Upper or lower case depending on the official spelling, or the more consistent usage.
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 3c07de9..1851233 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -4,7 +4,7 @@ short-description: Dependencies for external libraries and frameworks
# Dependencies
-Very few applications are fully self-contained, but rather they use external libraries and frameworks to do their work. Meson makes it very easy to find and use external dependencies. Here is how one would use the Zlib compression library.
+Very few applications are fully self-contained, but rather they use external libraries and frameworks to do their work. Meson makes it very easy to find and use external dependencies. Here is how one would use the zlib compression library.
```meson
zdep = dependency('zlib', version : '>=1.2.8')