File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ This project is set of simple examples of usage of different design patterns in
19
19
- [ visitor] ( https://medium.com/@j.kapuscik2/what-is-visitor-design-pattern-8451fb75876 )
20
20
- [ command] ( https://medium.com/@j.kapuscik2/what-is-cqrs-command-design-pattern-5d400fd9f93a )
21
21
22
- Following patterns have so far been described:
22
+ ### Following patterns have so far been described:
23
23
24
- Creational:
24
+ #### Creational:
25
25
1 . [ Factory Method] ( /creational/factory_method )
26
26
2 . [ Abstract Factory] ( /creational/abstract_factory )
27
27
3 . [ Singleton] ( /creational/singleton )
28
28
4 . [ Builder] ( /creational/builder )
29
29
5 . [ Prototype] ( /creational/prototype )
30
30
31
- Behavioral:
31
+ #### Behavioral:
32
32
1 . [ Iterator] ( /behavioral/iterator )
33
33
2 . [ Observer] ( /behavioral/observer )
34
34
3 . [ State] ( /behavioral/state )
@@ -38,7 +38,7 @@ Behavioral:
38
38
7 . [ Visitor] ( /behavioral/visitor )
39
39
8 . [ Command] ( /behavioral/command )
40
40
41
- Structural:
41
+ #### Structural:
42
42
1 . [ Adapter] ( /structural/adapter )
43
43
2 . [ Decorator] ( /structural/decorator )
44
44
3 . [ Proxy] ( /structural/proxy )
You can’t perform that action at this time.
0 commit comments