From 7331eecd9f5bef1dfe11dad6bd3057b00a7544a1 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 1 Oct 2024 00:21:54 +0200 Subject: [PATCH] test: Update examples to reflect new configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293facd..0f1b3c8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Why? -Managing multitude of API connections can be complex and time-consuming. `fetchff` simplifies the process by offering a simple, declarative approach to API handling using Repository Pattern. It reduces the need for extensive setup, middlewares, retries, custom caching, and heavy plugins, and lets developers focus on data handling and application logic. +Managing multitude of API connections in large Frontend Application can be complex, time-consuming and hard to scale. `fetchff` simplifies the process by offering a simple, declarative approach to API handling using Repository Pattern. It reduces the need for extensive setup, middlewares, retries, custom caching, and heavy plugins, and lets developers focus on data handling and application logic. **Key Benefits:**