Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Sep 23, 2023
1 parent 3a03980 commit 673a0e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Mini IoC
# Mini IoC

A mini IoC implementation with C++.

Expand All @@ -19,6 +19,8 @@ Since everything is implemented with C++ template, only header files are located

To avoid pointer problems, `std::shared_ptr` is used everywhere to wrap all native pointers. 🙂

It will be very nice for you to light up the 🌟. :)

## 2. Usage

### 2.1 Test Classes
Expand Down

0 comments on commit 673a0e8

Please sign in to comment.