Merge pull request #53 from I3ck/master

Removed typo in README
This commit is contained in:
Christopher Dunn 2014-10-13 07:24:07 -05:00
commit 4cd31f01bb

View File

@ -16,7 +16,7 @@ format to store user input files.
Using JsonCpp in your project
-----------------------------
The recommended approach to integrating JsonCpp in your project is to build the
The recommended approach to integrating JsonCpp in your project is to build
the amalgamated source (a single `.cpp` file) with your own build system. This
ensures consistency of compilation flags and ABI compatibility. See the section
"Generating amalgamated source and header" for instructions.