From 22b4f49cde55ba39c8007b7a618100a7eee1cda9 Mon Sep 17 00:00:00 2001 From: Code Maze Date: Tue, 25 Dec 2018 08:50:22 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1b61e8..d64cd87 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# solid-principles-csharp -This repository contains source code for the SOLID principles in C# on Code Maze blog +# Single Responsibility Principle +### This repository contains source code for the SOLID principles in C# on Code Maze blog + +Switch to different branches to get to different parts of the series. From 7c4745f3cbcfcb832f35475ffbb1a0f253b502b4 Mon Sep 17 00:00:00 2001 From: MarinkoSpasojevic <36244468+MarinkoSpasojevic@users.noreply.github.com> Date: Fri, 18 Jan 2019 22:54:10 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64cd87..309a1bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Single Responsibility Principle +# SOLID ### This repository contains source code for the SOLID principles in C# on Code Maze blog Switch to different branches to get to different parts of the series.