doc: update general documentation

This commit is contained in:
Ruidy 2020-10-03 14:37:57 +02:00
parent f6059db215
commit 4e47e54507
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ and divided into three groups.
- [Command](behavioral/command/README.md)
- [Iterator](behavioral/iterator/README.md)
- [Mediator](behavioral/mediator/README.md)
- [Memento](behavioral/memento/README.md)
## Resources

View file

@ -8,3 +8,4 @@ Behavioral design patterns are concerned with algorithms and the assignment of r
- [Command](command/README.md)
- [Iterator](iterator/README.md)
- [Mediator](mediator/README.md)
- [Memento](memento/README.md)