Skip to content

Commit 74f8455

Browse files
authored
Update README.md
1 parent dbc21a1 commit 74f8455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Also, to make it easier to download the source code, [releases](https://github.c
2323
- [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state)
2424
- [x] [Strategy](https://github.com/LBeghini/Java-Design-Patterns/tree/6-strategy)
2525
- [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method)
26+
- [x] [Visitor](https://github.com/LBeghini/Java-Design-Patterns/tree/11-visitor)
2627

2728
### Creational patterns
2829

@@ -37,7 +38,7 @@ Also, to make it easier to download the source code, [releases](https://github.c
3738
- [x] [Adapter](https://github.com/LBeghini/Java-Design-Patterns/tree/7-adapter)
3839
- [x] [Bridge](https://github.com/LBeghini/Java-Design-Patterns/tree/7-bridge)
3940
- [x] [Composite](https://github.com/LBeghini/Java-Design-Patterns/tree/8-composite)
40-
- [ ] Decorator
41+
- [x] [Decorator](https://github.com/LBeghini/Java-Design-Patterns/tree/11-decorator)
4142
- [x] [Facade](https://github.com/LBeghini/Java-Design-Patterns/tree/8-facade)
4243
- [x] [Flyweight](https://github.com/LBeghini/Java-Design-Patterns/tree/10-flyweight)
4344
- [x] [Proxy](https://github.com/LBeghini/Java-Design-Patterns/tree/10-proxy)

0 commit comments

Comments
 (0)