From a2b2ae558b8b5809dfd4897bf2d076b0ff1087e7 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Tue, 29 Sep 2020 20:41:04 +0200 Subject: [PATCH] doc: edit general README files --- README.md | 1 + structural/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f9f486..e8bb388 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,4 @@ - [Decorator](structural/decorator/README.md) - [Facade](structural/facade/README.md) - [Flyweight](structural/flyweight/README.md) + - [Proxy](structural/proxy/README.md) diff --git a/structural/README.md b/structural/README.md index 97c5356..69ecb16 100644 --- a/structural/README.md +++ b/structural/README.md @@ -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)