From a92b2fe91a0989619c5284c7e9c5962a8047ec16 Mon Sep 17 00:00:00 2001 From: Syntriax <33391270+Syntriax@users.noreply.github.com> Date: Wed, 28 Oct 2020 20:22:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d89c3c1..fd6ca8d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Configuration Parser -Very simple, Header-only, key-value pair parser and generator. +Very simple, Header-only, Key-Value pair Parser and Generator. To change the default assigner "=" there's a define named CONFIG_ASSIGNER in ConfigReader.h (33). -```C +```C++ #define CONFIG_ASSIGNER "=" ``` #### Example -```C +```C++ #include #include "ConfigurationParser.h"