From 25453facc19cdccdf8e2a14cf34b1cee265c9e63 Mon Sep 17 00:00:00 2001 From: Alexandre Marques Date: Wed, 30 Oct 2024 16:29:47 +0000 Subject: [PATCH] chore: change readme to add link to section for combine multiple adapters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5704217..3b00e94 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - 👮‍♂️ **Type safety**. Zod Config uses [Zod](https://zod.dev/); - 🤌 **Tiny**. Zod Config is a tiny library with no dependencies, tree-shaking friendly; -- ✨ **Flexible**. Combine multiple adapters to load the configuration from different sources. We deeply merge the configuration from different sources, following the order of the adapters provided; Create your own adapters easily; Use the callback functions to handle errors and success due to the async nature of the adapters; +- ✨ **Flexible**. [Combine multiple adapters](#combine-multiple-adapters) to load the configuration from different sources. We deeply merge the configuration from different sources, following the order of the adapters provided; Create your own adapters easily; Use the callback functions to handle errors and success due to the async nature of the adapters; - 🪴 **Easy to use**. Zod Config is designed to be easy to use, with a simple API;