We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683d29f commit d7ad582Copy full SHA for d7ad582
1 file changed
README.md
@@ -16,8 +16,8 @@ Also, to make it easier to download the source code, [releases](https://github.c
16
- [x] [Chain of responsibility](https://github.com/LBeghini/Java-Design-Patterns/tree/4-chain-of-responsibility)
17
- [ ] Command
18
- [x] [Iterator](https://github.com/LBeghini/Java-Design-Patterns/tree/4-iterator)
19
-- [ ] [Memento](https://github.com/LBeghini/Java-Design-Patterns/tree/5-memento)
20
-- [ ] [Observer](https://github.com/LBeghini/Java-Design-Patterns/tree/5-observer)
+- [x] [Memento](https://github.com/LBeghini/Java-Design-Patterns/tree/5-memento)
+- [x] [Observer](https://github.com/LBeghini/Java-Design-Patterns/tree/5-observer)
21
- [x] [State](https://github.com/LBeghini/Java-Design-Patterns/tree/3-state)
22
- [ ] Strategy
23
- [x] [Template method](https://github.com/LBeghini/Java-Design-Patterns/tree/4-template-method)
0 commit comments