From c2ebbfc721044f3fcfaff46dd2ccbb9127c1f537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Bourlet?= Date: Thu, 14 Mar 2013 23:19:17 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb9a4b8..3c57ee4 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ compiler. ##Installation -#### Install backward._hpp_ +#### Install backward.hpp Backward is a header only library. So installing Backward is easy, simply drop a copy of `backward.hpp` along with your other source file in your C++ project. You can also use a git submodule or really any other way that fit bests your environment, as long as you can import `backward.hpp`. -#### Install backward._cpp_ +#### Install backward.cpp If you want Backward to automatically print a stack trace on most common fatal errors (segfault, abort, un-handled exception...), simply add a copy of