Skip to content

Commit

Permalink
Add badges to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingFlow committed May 27, 2024
1 parent f7f187e commit e9206ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Light Chain

[![Nuget](https://img.shields.io/nuget/v/LightChain)](https://www.nuget.org/packages/LightChain)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/light-chain/pull-request.yml)
[![Nuget](https://img.shields.io/nuget/dt/LightChain)](https://www.nuget.org/packages/LightChain)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)

Lightweight library for implementing simplified version of [chain of responsibility](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern) in C#.

The inspiration for this library came from figuring out a way to break up `if/else` chains into loosely coupled, separate units to improve maintainability through separation of concerns.
Expand Down

0 comments on commit e9206ad

Please sign in to comment.