Tweak readme

This commit is contained in:
Mike Bierlee 2022-10-13 02:12:27 +03:00
parent 6661ef73b4
commit 062e9c02a6

View file

@ -10,7 +10,7 @@ Toolkit for loading and using application configuration from various formats.
Features: 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; - Environment variable substitution;
- Internal configuration substitution (Value in config replaced by other path in config); - Internal configuration substitution (Value in config replaced by other path in config);
- Parse configuration from string or JSONValue instead of from disk. - Parse configuration from string or JSONValue instead of from disk.