Skip to content

Commit c347ac8

Browse files
authored
Update README.md
1 parent b3b04ed commit c347ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The main branch is a template for every other branch.
2020

2121
### Creational patterns
2222
- [ ] Abstract factory
23-
- [ ] Builder
23+
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/tree/1-builder)
2424
- [ ] Factory method
2525
- [ ] Prototype
26-
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/tree/1-singleton-builder)
26+
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/tree/1-singleton)
2727

2828
### Structural patterns
2929
- [ ] Adapter

0 commit comments

Comments
 (0)