Skip to content

Commit 6894ede

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

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
This application is a simple Java Console Application that aims to implement design pattern examples to a Programmin Language Class. A set of design patterns will be developed
66
each week, and they are divided in different [branches](https://github.com/LBeghini/Java-Design-Patterns/branches).
77

8-
The main branch is a template for every other branch.
8+
The main branch is just a template for every other branch.
9+
10+
Also, to make it easier to download the source code, [releases](https://github.com/LBeghini/Java-Design-Patterns/releases) are created related to the task of the week, giving a snapshot of the code for that specific implementation.
911

1012
## Implemented design patterns
1113
### Behavioural patterns
@@ -20,10 +22,10 @@ The main branch is a template for every other branch.
2022

2123
### Creational patterns
2224
- [ ] Abstract factory
23-
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/tree/1-builder)
25+
- [x] [Builder](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.builder)
2426
- [ ] Factory method
2527
- [ ] Prototype
26-
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/tree/1-singleton)
28+
- [x] [Singleton](https://github.com/LBeghini/Java-Design-Patterns/releases/tag/1.singleton)
2729

2830
### Structural patterns
2931
- [ ] Adapter

0 commit comments

Comments
 (0)