Skip to content

Commit c080cf7

Browse files
authored
Update README.md
1 parent 5a5db7e commit c080cf7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Also, to make it easier to download the source code, [releases](https://github.c
1515

1616
- [x] [Chain of responsibility](https://github.com/LBeghini/Java-Design-Patterns/tree/4-chain-of-responsibility)
1717
- [x] [Command](https://github.com/LBeghini/Java-Design-Patterns/tree/6-command)
18+
- [x] [Interpreter](https://github.com/LBeghini/Java-Design-Patterns/tree/9-interpreter)
1819
- [x] [Iterator](https://github.com/LBeghini/Java-Design-Patterns/tree/4-iterator)
20+
- [x] [Mediator](https://github.com/LBeghini/Java-Design-Patterns/tree/9-mediator)
1921
- [x] [Memento](https://github.com/LBeghini/Java-Design-Patterns/tree/5-memento)
2022
- [x] [Observer](https://github.com/LBeghini/Java-Design-Patterns/tree/5-observer)
2123
- [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state)
2224
- [x] [Strategy](https://github.com/LBeghini/Java-Design-Patterns/tree/6-strategy)
2325
- [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method)
24-
- [x] [Mediator](https://github.com/LBeghini/Java-Design-Patterns/tree/9-mediator)
25-
- [x] [Interpreter](https://github.com/LBeghini/Java-Design-Patterns/tree/9-interpreter)
2626

2727
### Creational patterns
2828

@@ -39,8 +39,9 @@ Also, to make it easier to download the source code, [releases](https://github.c
3939
- [x] [Composite](https://github.com/LBeghini/Java-Design-Patterns/tree/8-composite)
4040
- [ ] Decorator
4141
- [x] [Facade](https://github.com/LBeghini/Java-Design-Patterns/tree/8-facade)
42-
- [ ] Flyweight
43-
- [ ] Proxy
42+
- [x] [Flyweight](https://github.com/LBeghini/Java-Design-Patterns/tree/10-facade)
43+
- [x] [Proxy](https://github.com/LBeghini/Java-Design-Patterns/tree/10-proxy)
44+
4445

4546
## Technologies
4647

0 commit comments

Comments
 (0)