Skip to content

Commit 3ea112f

Browse files
committed
update readme
1 parent fecd287 commit 3ea112f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This tutorial was insprired from the [Encapsulation SOLID](https://app.pluralsig
66

77
SOLID is an acronym for the following:
88

9-
* S - Single Responsibility Principle ([SRP](./srp))
10-
* O - Open Closed Principle (OCP)
11-
* L - Liskov Substitution Principle (LSP)
12-
* I - Interface Segregation Principle (ISP)
13-
* D - Dependency Inversion Principle (DIP)
9+
* **S** - Single Responsibility Principle ([SRP](./srp))
10+
* **O** - Open Closed Principle (OCP)
11+
* **L** - Liskov Substitution Principle (LSP)
12+
* **I** - Interface Segregation Principle (ISP)
13+
* **D** - Dependency Inversion Principle (DIP)
1414

1515
Navigate to the separate folder linked above in this repo for further explainations and an example application written in [Typescript](https://www.typescriptlang.org/).

0 commit comments

Comments
 (0)