Skip to content

Commit 62b06c1

Browse files
author
kuba
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 8c3488d + a77a610 commit 62b06c1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,30 @@ This project is set of simple examples of usage of different design patterns in
1717
- [bridge](https://medium.com/better-programming/what-is-bridge-design-pattern-89bfa581fbd3)
1818
- [chain of responsibility](https://medium.com/@j.kapuscik2/what-is-chain-of-responsibility-design-pattern-ff4d22abd124)
1919
- [visitor](https://medium.com/@j.kapuscik2/what-is-visitor-design-pattern-8451fb75876)
20+
- [command](https://medium.com/@j.kapuscik2/what-is-cqrs-command-design-pattern-5d400fd9f93a)
2021
- [null object](https://medium.com/@j.kapuscik2/what-is-null-object-design-pattern-f3b4d3d28636)
2122

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

24-
Creational:
25+
#### Creational:
2526
1. [Factory Method](/creational/factory_method)
2627
2. [Abstract Factory](/creational/abstract_factory)
2728
3. [Singleton](/creational/singleton)
2829
4. [Builder](/creational/builder)
2930
5. [Prototype](/creational/prototype)
3031

31-
Behavioral:
32+
#### Behavioral:
3233
1. [Iterator](/behavioral/iterator)
3334
2. [Observer](/behavioral/observer)
3435
3. [State](/behavioral/state)
3536
4. [Strategy](/behavioral/strategy)
3637
5. [Template Method](/behavioral/template_method)
3738
6. [Chain of Responsibility](/behavioral/chain_of_responsibility)
3839
7. [Visitor](/behavioral/visitor)
39-
8. [Null Object](/behavioral/null_object)
40-
41-
Structural:
40+
8. [Command](/behavioral/command)
41+
9. [Null Object](/behavioral/null_object)
42+
43+
#### Structural:
4244
1. [Adapter](/structural/adapter)
4345
2. [Decorator](/structural/decorator)
4446
3. [Proxy](/structural/proxy)

0 commit comments

Comments
 (0)