Fix example

This commit is contained in:
Martchus 2017-10-27 15:47:35 +02:00
parent d4662164fc
commit 5b550bc33a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ generator.
## Usage ## Usage
This example shows how the library can be used to make a `struct` serializable: This example shows how the library can be used to make a `struct` serializable:
``` ```
#include "<reflective-rapidjson/jsonserializable.h> #include <reflective-rapidjson/jsonserializable.h>
// define structures, eg. // define structures, eg.
struct TestObject : public JSONSerializable<TestObject> { struct TestObject : public JSONSerializable<TestObject> {