diff --git a/README.md b/README.md index c1e5602..864353a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ which is merely a pointer to the `include` directory. If you drop the `fast_float` repository in your CMake project, you should be able to use it in this manner: -``` +```cmake add_subdirectory(fast_float) target_link_libraries(myprogram PUBLIC fast_float) ```