Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Dec 22, 2022
1 parent 9941585 commit 89e1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple Multi-Transport Event Bus for .NET

![Nuget](https://img.shields.io/nuget/dt/Tingle.EventBus)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tinglesoftware/eventbus/Build%20and%20Publish?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tinglesoftware/eventbus/release.yml?branch=main&style=flat-square)
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)

This repository contains the code for the `Tingle.EventBus` libraries. This project exists so as to simplify the amount of work required to add events to .NET projects. The existing libraries seem to have numerous complexities in setup especially when it comes to the use of framework concepts like dependency inject and options configuration. At [Tingle Software](https://tingle.software), we use this for all our event-driven architecture that is based on .NET
Expand Down

0 comments on commit 89e1627

Please sign in to comment.