Skip to content

Commit b52f2a1

Browse files
authored
Update README.md
1 parent 5bf06c6 commit b52f2a1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## The SOLID Principles
22

33
#### There are five principles to follow to ensure our application meets the SOLID requirements. These are as below,
4-
* 1.[Single Responsibility Principle (SRP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/1.SRP_Single_Responsibility)
5-
* 2.Open Closed Principle (OCP)
6-
* 3.Liskov Substitution Principle (LSP)
7-
* 4.Interface Segregation Principle (ISP)
8-
* 5.Dependency Inversion Principle (DIP)
4+
5+
* [1.Single Responsibility Principle (SRP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/1.SRP_Single_Responsibility)
6+
* [2.Open Closed Principle (OCP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/2.OCP_Open_Closed)
7+
* [3.Liskov Substitution Principle (LSP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/3.LSP_Liskov_Substitution)
8+
* [4.Interface Segregation Principle (ISP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/4.ISP_Interface_Segregation)
9+
* [5.Dependency Inversion Principle (DIP)](https://github.com/serhatyamann/SOLID_Principles/tree/master/5.DIP_Dependency_Inversion)
910

0 commit comments

Comments
 (0)