Skip to content

Commit 55d7550

Browse files
authored
Update README.md
1 parent 51fdc14 commit 55d7550

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ Design Patterns in C# / .NET
55

66
## Creational Patterns
77

8-
Name | Description
9-
--- | ---
10-
Abstract Factory | Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
11-
Builder | Separate the construction of a complex object from its representation, allowing the same construction process to create various representations.
8+
1. Abstract Factory
9+
2. Builder
10+
3. [Singleton](/CreationalPatterns/Singleton/)
1211

1312
## Structural Patterns
1413

1514
## Behavioral Patterns
1615

1716
# License
1817

19-
This project is licensed under the terms of the MIT license.
18+
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)