Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov authored Sep 14, 2023
1 parent c0d3384 commit e955dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Once the setup is done, interaction becomes a breeze. With the groundwork laid o

- **Cleaner Code:** Maintain a clean and organized codebase. With the configuration handling the heavy lifting, your interactions remain consistent and easy to manage. This is Dependency Inversion at it's finest.

- **Flexible Services:** Whether you're working with APIs, messaging systems, or other external dependencies, your code follows a unified approach. The package manages the intricacies behind the scenes. Switching from one service to another or adapting to different protocols becomes hassle-free. The configuration takes care of the adaptation, sparing your code from unnecessary complexities.
- **Flexible Services:** Your code working with external dependencies follows a unified approach. The package manages the intricacies behind the scenes. Switching from one service to another or adapting to different protocols becomes hassle-free. The configuration takes care of the adaptation, sparing your code from unnecessary complexities.

- **Unit Tests _(Work In Progress)_:** Easily create a mock external service and use it in your unit tests.

Expand Down

0 comments on commit e955dea

Please sign in to comment.