We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ce88c commit f719499Copy full SHA for f719499
1 file changed
README.md
@@ -26,7 +26,7 @@ Also, to make it easier to download the source code, [releases](https://github.c
26
27
- [ ] Abstract factory
28
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/tree/1-builder)
29
-- [ ] Factory method
+- [x] [Factory method](https://github.com/LBeghini/Java-Design-Patterns/tree/2-factory-method)
30
- [x] [Prototype](https://github.com/LBeghini/Java-Design-Patterns/tree/2-prototype)
31
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/tree/1-singleton)
32
0 commit comments