From fff5d60d2fa6dbb97a53da3900e3a565dd65e69b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:35:24 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a20b9d..139d5aa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can see that for the trace #1 in the example, the function `you_shall_not_pass()` was inlined in the function `...read2::do_test()` by the compiler. -##Installation +## Installation #### Install backward.hpp @@ -39,7 +39,7 @@ errors (segfault, abort, un-handled exception...), simply add a copy of The code in `backward.cpp` is trivial anyway, you can simply copy what it's doing at your convenience. -##Configuration & Dependencies +## Configuration & Dependencies ### Integration with CMake