Skip to content

Commit

Permalink
docs: add GitHub actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailMasny committed Apr 26, 2020
1 parent 2871b88 commit 827b855
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SOLID Principles and Design patterns

![.NET Core](https://github.com/MikhailMasny/solid-and-design-patterns/workflows/.NET%20Core/badge.svg)

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.

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

## Getting Started

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.
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.

### Installing
### Run

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

Expand Down

0 comments on commit 827b855

Please sign in to comment.