fix(readme): wording

This commit is contained in:
Sergiu Deitsch 2024-02-18 13:24:53 +01:00
parent 34b8da6496
commit fd15ff9a54
No known key found for this signature in database

View File

@ -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