Spruce up the readme

This commit is contained in:
Mike Bierlee 2022-09-29 01:31:22 +03:00
parent c5bdc9d41a
commit 01a555be55

View file

@ -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. Toolkit for loading and using application configuration from various formats.
Current formats supported: Features:
- Load from various file formats such as JSON;
- 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. This is a work in progress. More will follow. For now see `examples/` to learn how to use it.