doc: edit general doc

This commit is contained in:
Ruidy 2020-10-01 12:58:51 +02:00
parent e7a1044704
commit 78560dc4c9
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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)