From 8e349e23435852ae0888480c10d7ac76ddb285c9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 18:28:15 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f2b6e7..3fd51ce 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ the module's github page into your code. For example, to access AABB's functionality we would include its interface header file like so: ``` -#include +# include ``` ### Compiler Flags @@ -732,9 +732,9 @@ checks to see if CPM exists in the cache directory before attempting to download it. ```cmake -#------------------------------------------------------------------------------ +# ------------------------------------------------------------------------------ # Required CPM Setup - See: http://github.com/iauns/cpm -#------------------------------------------------------------------------------ +# ------------------------------------------------------------------------------ set(CPM_DIR "${CMAKE_CURRENT_BINARY_DIR}/cpm-packages" CACHE TYPE STRING) find_package(Git) if(NOT GIT_FOUND)