Skip to content

Commit 730d0ce

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

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-
- [x] Command
17+
- [x] [Command](https://github.com/LBeghini/Java-Design-Patterns/tree/6-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-
- [x] Strategy
22+
- [x] [Strategy](https://github.com/LBeghini/Java-Design-Patterns/tree/6-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)