Skip to content

Commit 25c8211

Browse files
authored
Update README.md
1 parent df11bd1 commit 25c8211

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

1414
### Behavioural patterns
1515

16-
- [x] Chain of responsability
16+
- [x] [Chain of responsibility](https://github.com/LBeghini/Java-Design-Patterns/tree/4-chain-of-responsibility)
1717
- [ ] Command
18-
- [x] Iterator
18+
- [x] [Iterator](https://github.com/LBeghini/Java-Design-Patterns/tree/4-iterator)
1919
- [ ] Memento
2020
- [ ] Observer
2121
- [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state)
2222
- [ ] Strategy
23-
- [x] Template method
23+
- [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method)
2424

2525
### Creational patterns
2626

0 commit comments

Comments
 (0)