diff --git a/README.md b/README.md index 2e7647b..761bf88 100644 --- a/README.md +++ b/README.md @@ -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.