From 4e029a74083bd551ead7a82309f1fc09f5c8663c Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 9 Oct 2022 01:03:22 +0300 Subject: [PATCH] Add reference to formats --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aefdc5..311861f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Toolkit for loading and using application configuration from various formats. Features: -- Load from various file formats such as JSON and Java properties; +- Load from various file formats such as JSON 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.