From fd15ff9a540d5d928c3d6c8d5ff8f8fa8eef70de Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sun, 18 Feb 2024 13:24:53 +0100 Subject: [PATCH] fix(readme): wording --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 026cbb5..9597fb4 100644 --- a/README.rst +++ b/README.rst @@ -56,9 +56,9 @@ their usage, please refer to the `user guide <#user-guide>`__. Usage in Projects ~~~~~~~~~~~~~~~~~ -Assuming that glog was previously `built glog using CMake <#cmake>`__ or -installed using a package manager, you can use the CMake command -:cmake:`find_package` to build against glog in your CMake project as follows: +Assuming that glog was previously `built using CMake <#cmake>`__ or installed +using a package manager, you can use the CMake command :cmake:`find_package` to +build against glog in your CMake project as follows: .. code:: cmake