Skip to content

Commit

Permalink
Update readme build status
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 8, 2024
1 parent 9b87f53 commit 9f48670
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,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.

Expand Down

0 comments on commit 9f48670

Please sign in to comment.