From ab19fa1d6f86f7d1a10e49ce1da56233d7dba091 Mon Sep 17 00:00:00 2001 From: I3ck Date: Mon, 13 Oct 2014 12:17:53 +0200 Subject: [PATCH] Removed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f040c62..127af38 100644 --- a/README.md +++ b/README.md @@ -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.