From 955f8664d3962816ba03ee7b56dd8a7bd858141f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lav=C3=ADnia=20Beghini?= Date: Sun, 8 Aug 2021 02:38:16 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d1e26..1bccfcb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Also, to make it easier to download the source code, [releases](https://github.c - [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state) - [x] [Strategy](https://github.com/LBeghini/Java-Design-Patterns/tree/6-strategy) - [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method) +- [ ] [Mediator](https://github.com/LBeghini/Java-Design-Patterns/tree/9-mediator) ### Creational patterns @@ -38,7 +39,6 @@ Also, to make it easier to download the source code, [releases](https://github.c - [ ] Decorator - [x] [Facade](https://github.com/LBeghini/Java-Design-Patterns/tree/8-facade) - [ ] Flyweight -- [ ] Mediator - [ ] Proxy ## Technologies