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.