mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-10 12:36:43 +00:00
doc: edit general README files
This commit is contained in:
parent
ca12f2b44f
commit
a2b2ae558b
2 changed files with 2 additions and 0 deletions
|
|
@ -17,3 +17,4 @@
|
||||||
- [Decorator](structural/decorator/README.md)
|
- [Decorator](structural/decorator/README.md)
|
||||||
- [Facade](structural/facade/README.md)
|
- [Facade](structural/facade/README.md)
|
||||||
- [Flyweight](structural/flyweight/README.md)
|
- [Flyweight](structural/flyweight/README.md)
|
||||||
|
- [Proxy](structural/proxy/README.md)
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,4 @@ Structural patterns explain how to assemble objects and classes into larger stru
|
||||||
- [Decorator](decorator/README.md)
|
- [Decorator](decorator/README.md)
|
||||||
- [Facade](facade/README.md)
|
- [Facade](facade/README.md)
|
||||||
- [Flyweight](flyweight/README.md)
|
- [Flyweight](flyweight/README.md)
|
||||||
|
- [Proxy](proxy/README.md)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue