Skip to content

Commit 5e3cd8e

Browse files
authored
Update README.md
1 parent a67e3c9 commit 5e3cd8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This project is set of simple examples of usage of different design patterns in
2020
- [Command](https://medium.com/@j.kapuscik2/what-is-cqrs-command-design-pattern-5d400fd9f93a)
2121
- [Null Object](https://medium.com/@j.kapuscik2/what-is-null-object-design-pattern-f3b4d3d28636)
2222
- [Fluent Interface](https://medium.com/@j.kapuscik2/what-is-the-fluent-interface-design-pattern-2797645b2a2e)
23+
- [Specification](https://medium.com/@j.kapuscik2/what-is-the-specification-design-pattern-4051dd9e71c3)
2324

2425
### Following patterns have so far been described:
2526

@@ -40,6 +41,7 @@ This project is set of simple examples of usage of different design patterns in
4041
7. [Visitor](/behavioral/Visitor)
4142
8. [Command](/behavioral/Command)
4243
9. [Null Object](/behavioral/NullObject)
44+
10. [Specification](/behavioral/Specification)
4345

4446
#### Structural:
4547
1. [Adapter](/structural/Adapter)

0 commit comments

Comments
 (0)