We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e2f9 commit 29d7967Copy full SHA for 29d7967
README.md
@@ -32,10 +32,10 @@ Dependencies:
32
Code example:
33
```C++
34
#ifndef Q_MOC_RUN // A Qt workaround, for those of you who use Qt
35
-# include "parse/jsd.h"
36
-# include "parse/jsd_convenience.h"
37
-# include "stringify/jss.h"
38
-# include "stringify/jss_fusion_adapted_struct.h"
+# include "SimpleJSON/parse/jsd.h"
+# include "SimpleJSON/parse/jsd_convenience.h"
+# include "SimpleJSON/stringify/jss.h"
+# include "SimpleJSON/tringify/jss_fusion_adapted_struct.h"
39
#endif
40
41
#include <string>
0 commit comments