summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-04-06 23:47:48 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-04-06 23:48:12 +0200
commitdff64502da5251d9d6a455a44378a5ac06870de8 (patch)
tree8df4b253c6a5e479366aae289464dd366b531ca7
parentf9b68a6c0c3cdeaa449973ae760e1d51955e844a (diff)
downloadlibexpat-git-dff64502da5251d9d6a455a44378a5ac06870de8.tar.gz
README.md: Emphasize lowercase and uppercase in CMake content
-rw-r--r--expat/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/README.md b/expat/README.md
index b67da3ee..27c6f60d 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -40,7 +40,7 @@ There are two ways of using libexpat with CMake:
This approach leverages CMake's own [module `FindEXPAT`](https://cmake.org/cmake/help/latest/module/FindEXPAT.html).
-Notice the uppercase `EXPAT` in the following example:
+Notice the *uppercase* `EXPAT` in the following example:
```cmake
cmake_minimum_required(VERSION 3.0)
@@ -68,7 +68,7 @@ libexpat >=2.2.8 where packaging uses the CMake build system
or
libexpat >=2.3.0 where packaging uses the GNU Autotools build system.
-Notice the lowercase `expat` in the following example:
+Notice the *lowercase* `expat` in the following example:
```cmake
cmake_minimum_required(VERSION 3.0)