Update README.md

This commit is contained in:
2025-02-01 20:46:09 +01:00
committed by GitHub
parent 27b720245c
commit 46e2129787

View File

@@ -1,6 +1,6 @@
# minipp # minipp
A lightweight, header-only C++14 parser and writer for the mini config format. A lightweight, header-only C++14 parser and writer for the [mini config format](https://github.com/ToyB-Chan/mini-file-format).
## Description ## Description
minipp provides a convenient way to parse and write configuration files in the "mini" format. This format is characterized by its human-readable structure and nested sections, making it ideal for application configurations. minipp provides a convenient way to parse and write configuration files in the "mini" format. This format is characterized by its human-readable structure and nested sections, making it ideal for application configurations.