From e39af8c2e05c2507f1632abd8cc32749493ac516 Mon Sep 17 00:00:00 2001 From: Kuisong Tong Date: Sat, 16 Mar 2024 18:15:29 -0700 Subject: [PATCH] Update README.md (#248) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25966eb7..d5285bad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ becoming coupled to a particular configuration source. ## Features -- [konf.Unmarshal](#usage) for reading configuration to any type of object with zero-allocation. +- [konf.Unmarshal](#usage) for reading configuration to any type of object. - [konf.OnChange](#usage) for registering callbacks while configuration changes. - [konf.Explain](#understand-the-configuration) for understanding where the configuration is loaded from. - [Various providers](#configuration-providers) for loading configuration from major clouds,