From dff64502da5251d9d6a455a44378a5ac06870de8 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 6 Apr 2021 23:47:48 +0200 Subject: README.md: Emphasize lowercase and uppercase in CMake content --- expat/README.md | 4 ++-- 1 file 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) -- cgit v1.2.1