From 022a174028278fee77e2f627459167d4f4f9a2b7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 6 Dec 2019 16:52:10 +0100 Subject: [PATCH] Remove wrong quote in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6850605..bf14558 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Macro's `CLANG_OPTIONS_FROM_TARGETS` argument. The same example as above. However, this time Boost.Hana is used - so it doesn't require invoking the generator.
-#include "<reflective_rapidjson/json/serializable-boosthana.h>
+#include <reflective_rapidjson/json/serializable-boosthana.h>
 
 // define structures using BOOST_HANA_DEFINE_STRUCT, eg.
 struct TestObject : public JsonSerializable<TestObject> {