From f1f91990428b521b196e2786cd65aca3c1ccd565 Mon Sep 17 00:00:00 2001 From: Caleb Morse Date: Wed, 5 Jun 2013 09:37:19 -0600 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6696d26..f956441 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Unicode support is provided by ```std::wstring``` versions of the JSON Spirit `` ```Object```, and ```Pair``` types. These are called ```wValue```, ```wArray```, ```wObject```, and ```wPair```. There are also std::wstring versions of each reader and writer function. -To enable Unicode support set the ```JSON_SPIRIT_WVALUE_ENABLED``` and/or ```JSON_SPIRIT_MVALUE_ENABLED``` cmake options. +To enable Unicode support set the ```JSON_SPIRIT_WVALUE_ENABLED``` and/or ```JSON_SPIRIT_WMVALUE_ENABLED``` cmake options. Note that there is no support for reading Unicode files and converting them to ```wstrings``` as this is not a task specific to JSON.