]> git.lizzy.rs Git - irrlicht.git/commitdiff
Fix incorrect documentation in README
authorJosiahWI <41302989+JosiahWI@users.noreply.github.com>
Sun, 1 Aug 2021 09:39:28 +0000 (04:39 -0500)
committerGitHub <noreply@github.com>
Sun, 1 Aug 2021 09:39:28 +0000 (11:39 +0200)
README.md

index ecd1d1059365313aa914bff61b514fe9681255ed..254d0a12353fa603c72a016de52ccbe27c16977e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ e.g. on a Linux system you might want to build for local use like this:
        cmake . -DBUILD_SHARED_LIBS=OFF
        make -j$(nproc)
 
-This will put an IrrlichtMtTargets.cmake file into a cmake/ directory in the current build directory, and it can then be imported from another project by pointing find_package() to the source directory of this project, or by setting the CMAKE_PREFIX_PATH variable to that same path.
+This will put an IrrlichtMtTargets.cmake file into the cmake directory in the current build directory, and it can then be imported from another project by pointing `find_package()` to the build directory, or by setting the `CMAKE_PREFIX_PATH` variable to that same path.
 
 Platforms
 ---------