update readme

This commit is contained in:
cclecle
2022-06-05 03:25:47 +02:00
parent a3874eb016
commit df3e530275

View File

@@ -4,14 +4,14 @@
This one aim to be simple and initilaly target Unreal Tournament Series config files, but should work well for other usages.
# key features:
# key features
- handling multiple Sections instance with same name
- handling multiple Keys instance with same name in the same section, using filters
- generate output INI with or without spaces around '='
- strict mode: detect missformed INI files
- blank lines and comments are kept
# Limitations:
# Limitations
- Comments and blank lines can only be add in order
- Multiple sections with same name are supported for existing files but can not be added by API
@@ -48,7 +48,7 @@ TODO :-/
key2=42
To see more examples, refer to the included unittest code.
To see more advanced examples, refer to the included unittest code.
# Copyright
ChaChaSimpleINI is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Unported License.