Skip to content

Commit a6ef179

Browse files
committed
docs: update root readme with more diagrams
1 parent 19a04cf commit a6ef179

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ Here is some steps in each `README` file:
3030

3131
Diagram: There is also a diagram to represent the oveview of the design pattern to understand better. This is an example:
3232

33-
![design-pattern-cover](assets/strategy-pattern.jpg)
33+
![design-pattern-diagram](assets/strategy-pattern.jpg)
34+
![design-pattern-diagram](assets/command-pattern.jpg)
35+
![design-pattern-diagram](assets/chain-of-res.jpg)
36+
37+
See `/app` folder for all design patterns. ✅
3438

3539
## How to Run
3640

@@ -90,9 +94,9 @@ Contributing to a community project is always welcome.
9094
- [x] Decorator Pattern
9195
- [x] Template Method Pattern
9296
- [x] Observer Pattern
97+
- [x] Command Pattern
9398
- [ ] Proxy Pattern
94-
- [ ] Command Pattern
95-
- [ ] Single Responsibility
99+
- [ ] Adapter Pattern
96100

97101
## Support
98102

0 commit comments

Comments
 (0)