diff --git a/README.md b/README.md index 77936e8..a39cf7c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A simple function which clones a git repository and includes it's CMake project 1. download the file module-manager.cmake 2. include the file in your CMakeLists.txt -``include(module-manager.cmake) +``` +include(module-manager.cmake) -load_module(TestModule SOURCE "http://git.fritz.box/Patrick/cmake-module-manager.git" UPDATE)`` +load_module(TestModule SOURCE "http://git.fritz.box/Patrick/cmake-module-manager.git" UPDATE)```