Skip to content

Commit e343c3d

Browse files
authored
Update README.md
1 parent 6894ede commit e343c3d

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
@@ -22,10 +22,10 @@ Also, to make it easier to download the source code, [releases](https://github.c
2222

2323
### Creational patterns
2424
- [ ] Abstract factory
25-
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.builder)
25+
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/tree/1-builder)
2626
- [ ] Factory method
27-
- [ ] Prototype
28-
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.singleton)
27+
- [x] [Prototype](https://github.com/LBeghini/Java-Design-Patterns/tree/2-prototype)
28+
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/tree/1-singleton)
2929

3030
### Structural patterns
3131
- [ ] Adapter

0 commit comments

Comments
 (0)