From bf70713fffa4fd8de9d7f398e3190116d4b00f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20ATAY?= Date: Wed, 19 Mar 2025 14:31:29 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fdd38d9..e16e9b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![.NET](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/dotnet.yml/badge.svg)](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/dotnet.yml) - +[![.NET](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/dotnet.yml) # Design Patterns For Humans Examples of design patterns in C# are presented in a way that is easy for humans to understand and implement. These examples provide a practical and intuitive guide to the use of design patterns in C#, helping developers improve their skills and create more effective and maintainable software.