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