From d48d454a61a711c41c4dee4ed66c5d14e731f63f Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 12 Dec 2019 17:55:20 +0900 Subject: [PATCH] doc: modify README a bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bf0836..3db66b1 100644 --- a/README.md +++ b/README.md @@ -1357,10 +1357,11 @@ It represents where the error occurs. ## Colorize Error Messages -By `#define TOML11_COLORIZE_ERROR_MESSAGE`, the error messages from -`toml::parse` and `toml::find|get` will be colorized. +By defining `TOML11_COLORIZE_ERROR_MESSAGE`, the error messages from +`toml::parse` and `toml::find|get` will be colorized. By default, this feature +is turned off. -Note that it is hard to see when the message is written in a file, not terminal, +Note that the message would be messy when it is written to a file, not a terminal because it uses [ANSI escape code](https://en.wikipedia.org/wiki/ANSI_escape_code). ## Serializing TOML data