Remove wrong quote in README.md

This commit is contained in:
Martchus 2019-12-06 16:52:10 +01:00
parent 1192c2d74a
commit 022a174028
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<pre>
#include "&lt;reflective_rapidjson/json/serializable-boosthana.h&gt;
#include &lt;reflective_rapidjson/json/serializable-boosthana.h&gt;
// define structures using BOOST_HANA_DEFINE_STRUCT, eg.
struct TestObject : public JsonSerializable&lt;TestObject&gt; {