Skip to content

Commit 4fb1e9a

Browse files
authored
Update README.md
1 parent d7ad582 commit 4fb1e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Also, to make it easier to download the source code, [releases](https://github.c
1414
### Behavioural patterns
1515

1616
- [x] [Chain of responsibility](https://github.com/LBeghini/Java-Design-Patterns/tree/4-chain-of-responsibility)
17-
- [ ] Command
17+
- [x] Command
1818
- [x] [Iterator](https://github.com/LBeghini/Java-Design-Patterns/tree/4-iterator)
1919
- [x] [Memento](https://github.com/LBeghini/Java-Design-Patterns/tree/5-memento)
2020
- [x] [Observer](https://github.com/LBeghini/Java-Design-Patterns/tree/5-observer)
2121
- [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state)
22-
- [ ] Strategy
22+
- [x] Strategy
2323
- [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method)
2424

2525
### Creational patterns

0 commit comments

Comments
 (0)