From 01a555be5579f65a5e0efa6d1f846b2421df4b6d Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 29 Sep 2022 01:31:22 +0300 Subject: [PATCH] Spruce up the readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96dcf98..f073c6b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) Toolkit for loading and using application configuration from various formats. -Current formats supported: - -- JSON +Features: +- Load from various file formats such as JSON; +- 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. This is a work in progress. More will follow. For now see `examples/` to learn how to use it.