From e60fa5648226b459e611b5bcc397af633f2d9a86 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Sun, 2 Feb 2025 20:43:38 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb742bb..6183b54 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Minimalized ini format with concrete format rules. Meant to be easily read and e Ends with `.mini` i.e. `config.mini`. ## Implementations -| Name | Language | Serialize | Deserialize | Notes| -|------|----------|-----------|-------------|------| -[minipp](https://github.com/mariiaan/minipp) | C++14 | Yes | Yes | Header Only +| Name | Language | Serialize | Deserialize | License | Notes| +|------|----------|-----------|-------------|---------|------| +[minipp](https://github.com/mariiaan/minipp) | C++14 | Yes | Yes | MIT | Header Only # Format Details The `.mini` format is designed to be simple, easy to read, and easy to parse. It has a strict but straightforward structure that keeps things consistent while staying lightweight.