From ca8ad2b5dad2e8d5607352bd21086c9f95461bc0 Mon Sep 17 00:00:00 2001 From: Petar Marinov Date: Wed, 1 Dec 2021 14:38:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cafa12..0e166d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # EventBroker -[![build](https://github.com/petar-m/M.EventBroker/actions/workflows//build.yml/badge.svg)](https://github.com/petar-m/M.EventBroker/actions) +[![build](https://github.com/petar-m/EventBroker/actions/workflows//build.yml/badge.svg)](https://github.com/petar-m/EventBroker/actions) [![NuGet](https://img.shields.io/nuget/v/M.EventBroker.svg)](https://www.nuget.org/packages/M.EventBroker) EventBroker is an implementation of publish/subscribe pattern.