Skip to content

Commit 827b855

Browse files
committed
docs: add GitHub actions badge
1 parent 2871b88 commit 827b855

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SOLID Principles and Design patterns
22

3+
![.NET Core](https://github.com/MikhailMasny/solid-and-design-patterns/workflows/.NET%20Core/badge.svg)
4+
35
The main idea of the applications (App CLI and App Console) is to compile a list of all design patterns and SOLID principles, and combine them into one solution for simplicity and ease of use, a review of examples and source code. This repository has a convenient navigation for finding the necessary material.
46

57
## SOLID Principles
@@ -12,9 +14,9 @@ The main design patterns are presented [here](https://github.com/MikhailMasny/so
1214

1315
## Getting Started
1416

15-
When the App Console launches, the user is presented with a menu with available commands and it becomes possible to select the necessary material to demonstrate the operation of the design pattern or SOLID principle.
17+
When the App Console (or App CLI) launches, the user is presented with a menu with available commands and it becomes possible to select the necessary material to demonstrate the operation of the design pattern or SOLID principle.
1618

17-
### Installing
19+
### Run
1820

1921
To start the console application, you need to run the command:
2022

0 commit comments

Comments
 (0)