Skip to content

Commit a77a610

Browse files
authored
Update README.md
1 parent 9ec5be1 commit a77a610

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ This project is set of simple examples of usage of different design patterns in
1919
- [visitor](https://medium.com/@j.kapuscik2/what-is-visitor-design-pattern-8451fb75876)
2020
- [command](https://medium.com/@j.kapuscik2/what-is-cqrs-command-design-pattern-5d400fd9f93a)
2121

22-
Following patterns have so far been described:
22+
### Following patterns have so far been described:
2323

24-
Creational:
24+
#### Creational:
2525
1. [Factory Method](/creational/factory_method)
2626
2. [Abstract Factory](/creational/abstract_factory)
2727
3. [Singleton](/creational/singleton)
2828
4. [Builder](/creational/builder)
2929
5. [Prototype](/creational/prototype)
3030

31-
Behavioral:
31+
#### Behavioral:
3232
1. [Iterator](/behavioral/iterator)
3333
2. [Observer](/behavioral/observer)
3434
3. [State](/behavioral/state)
@@ -38,7 +38,7 @@ Behavioral:
3838
7. [Visitor](/behavioral/visitor)
3939
8. [Command](/behavioral/command)
4040

41-
Structural:
41+
#### Structural:
4242
1. [Adapter](/structural/adapter)
4343
2. [Decorator](/structural/decorator)
4444
3. [Proxy](/structural/proxy)

0 commit comments

Comments
 (0)