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> {