Skip to content

Commit 29d7967

Browse files
committed
Update README.md
Fixed includes for the standard case: a plain git clone.
1 parent 4f6e2f9 commit 29d7967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Dependencies:
3232
Code example:
3333
```C++
3434
#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"
35+
# include "SimpleJSON/parse/jsd.h"
36+
# include "SimpleJSON/parse/jsd_convenience.h"
37+
# include "SimpleJSON/stringify/jss.h"
38+
# include "SimpleJSON/tringify/jss_fusion_adapted_struct.h"
3939
#endif
4040

4141
#include <string>

0 commit comments

Comments
 (0)