From 83ceb76d3d38661cf017190b1cd579be755e677e Mon Sep 17 00:00:00 2001 From: Thomas Levesque Date: Sun, 25 Feb 2024 21:43:21 -0500 Subject: [PATCH] Fix build badge and add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7fe1cf..696fa8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Extensions.Hosting.AsyncInitialization [![NuGet version](https://img.shields.io/nuget/v/Extensions.Hosting.AsyncInitialization.svg?logo=nuget)](https://www.nuget.org/packages/Extensions.Hosting.AsyncInitialization) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thomaslevesque/dotnet-project-templates/build.yml?branch=master&logo=github) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thomaslevesque/Extensions.Hosting.AsyncInitialization/build.yml?branch=master&logo=github)](https://github.com/thomaslevesque/Extensions.Hosting.AsyncInitialization/actions/workflows/build.yml) A simple helper to perform async application initialization and teardown for the generic host in .NET 6.0 or higher (e.g. in ASP.NET Core apps).