From 062e9c02a684853e93b9c31a3a366b0137359f28 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 13 Oct 2022 02:12:27 +0300 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8933c11..3d23c8e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Toolkit for loading and using application configuration from various formats. Features: -- Load from various file formats such as JSON and Java properties (see [Formats](#formats)); +- Load from various file formats such as JSON, INI and Java properties (see [Formats](#formats)); - Environment variable substitution; - Internal configuration substitution (Value in config replaced by other path in config); - Parse configuration from string or JSONValue instead of from disk.