Skip to content

Commit 98ce88c

Browse files
committed
Merge branch 'main' of https://github.com/LBeghini/Java-Design-Patterns into main
2 parents b5449b8 + e343c3d commit 98ce88c

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
@@ -25,10 +25,10 @@ Also, to make it easier to download the source code, [releases](https://github.c
2525
### Creational patterns
2626

2727
- [ ] Abstract factory
28-
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.builder)
28+
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/tree/1-builder)
2929
- [ ] Factory method
30-
- [ ] Prototype
31-
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.singleton)
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)
3232

3333
### Structural patterns
3434

0 commit comments

Comments
 (0)