From 9f48670e90609fe7c381dd11f3c538b9fd3cd83a Mon Sep 17 00:00:00 2001 From: "BOOK-0CD3P8P8FE\\endur" Date: Sun, 8 Dec 2024 07:16:12 -0800 Subject: [PATCH] Update readme build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a96e4..f727322 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Asynchronous Multicast Delegates in Modern C++ -![Build Status](https://github.com/username/repository/actions/workflows/cpp_delegates.yml/badge.svg) +[![Build Status](https://github.com/username/repository/actions/workflows/cpp_delegates.yml/badge.svg)](https://github.com/username/repository/actions/workflows/cpp_delegates.yml) A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously.