doc: edit general README files

This commit is contained in:
Ruidy 2020-09-29 20:41:04 +02:00
parent ca12f2b44f
commit a2b2ae558b
2 changed files with 2 additions and 0 deletions

View file

@ -17,3 +17,4 @@
- [Decorator](structural/decorator/README.md)
- [Facade](structural/facade/README.md)
- [Flyweight](structural/flyweight/README.md)
- [Proxy](structural/proxy/README.md)

View file

@ -8,3 +8,4 @@ Structural patterns explain how to assemble objects and classes into larger stru
- [Decorator](decorator/README.md)
- [Facade](facade/README.md)
- [Flyweight](flyweight/README.md)
- [Proxy](proxy/README.md)