Update README.md
This commit is contained in:
parent
c3bb921c1f
commit
a92b2fe91a
@ -1,13 +1,13 @@
|
|||||||
# Configuration Parser
|
# 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).
|
To change the default assigner "=" there's a define named CONFIG_ASSIGNER in ConfigReader.h (33).
|
||||||
```C
|
```C++
|
||||||
#define CONFIG_ASSIGNER "="
|
#define CONFIG_ASSIGNER "="
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
```C
|
```C++
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "ConfigurationParser.h"
|
#include "ConfigurationParser.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user