Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ershad95 authored Jun 8, 2024
1 parent f650bd5 commit f2f30c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ you can easily mock all services and use it in your tests:

</pre>

## 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.
<br>

install packages :
<pre>Install-Package ServiceCollector.Fake.Configuration</pre>
<pre>Install-Package ServiceCollector.Fake</pre>

<br>

## Nuget Packages :
<a href="https://www.nuget.org/packages/ServiceCollector.Abstractions/">ServiceCollector.Abstractions</a>
<br>
Expand Down

0 comments on commit f2f30c8

Please sign in to comment.