From f2f30c84f645617d2b831e6472efcaf6b4622d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ershad=20Raoufi-=20=D8=A7=D8=B1=D8=B4=D8=A7=D8=AF=20=D8=B1?= =?UTF-8?q?=D8=A6=D9=88=D9=81=DB=8C?= Date: Sat, 8 Jun 2024 10:26:47 +0330 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ceafbfa..f7478eb 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ you can easily mock all services and use it in your tests: +## 5. Fake Services (Production code) +Debugging without relying on external services and facilitating rapid service delivery to front-end developers without the need for implementation. +
+ +install packages : +
Install-Package ServiceCollector.Fake.Configuration
+
Install-Package ServiceCollector.Fake
+ +
+ ## Nuget Packages : ServiceCollector.Abstractions