From 729812bcf8a8aba2b2289cfa715b9d186868f466 Mon Sep 17 00:00:00 2001 From: marcelb Date: Sat, 1 Feb 2025 20:34:39 +0100 Subject: [PATCH] Update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 830410b..5059b2a 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Easily load variable configuration parameters into your program using this libra - Predefined necessary keys and enabled validation - Strict configuration file format - Comments in configuration file supported +- Update config file from program ## Installation -Just download the latest release and unzip it into your project. You can turn it on with: +Just download the latest release and use cmake build system ```c++ #include "config/lib/config.hpp"