Skip to content

Commit

Permalink
update: add acknoledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Nov 21, 2024
1 parent efffda6 commit 5916a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ std::shared_ptr<IC> c = container->Resolve<IC>();

Though this mini IoC container can handle dependency injection, you have to specify all dependencies when you add anything manually. 🥲

## 4. Acknowledgement

This project uses [doctest](https://github.com/doctest/doctest) for unit testing.

0 comments on commit 5916a6a

Please sign in to comment.