From 46e2129787b164e749ad0cabbbafb6ffb93fdc9a Mon Sep 17 00:00:00 2001 From: "Marian W." Date: Sat, 1 Feb 2025 20:46:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32a578..26c92f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 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.