mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
doc: edit general doc
This commit is contained in:
parent
e7a1044704
commit
78560dc4c9
2 changed files with 3 additions and 1 deletions
|
|
@ -42,3 +42,4 @@ and divided into three groups.
|
|||
### [Behavioral Patterns](behavioral/README.md)
|
||||
|
||||
- [Chain of Responsibility](behavioral/chain_responsibility/README.md)
|
||||
- [Command](behavioral/command/README.md)
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@ Behavioral design patterns are concerned with algorithms and the assignment of r
|
|||
|
||||
## Patterns
|
||||
|
||||
- [Chain of Responsibility](chain_responsibility/README.md)
|
||||
- [Chain of Responsibility](chain_responsibility/README.md)
|
||||
- [Command](command/README.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue