diff --git a/README.md b/README.md index 98bebcf..3452f1b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Eventy --- +[![D](https://github.com/deavmi/eventy/actions/workflows/d.yml/badge.svg)](https://github.com/deavmi/eventy/actions/workflows/d.yml) + ## Getting started ### The _engine_ @@ -151,4 +153,4 @@ Completely overhauled Eventy system for the v0.4.3 release Removed the event-loop for a better system (for now) whereby we just dispatch signal handlers on the call to `push(Event)`. In a future release I hope to bring the event loop back but in a signal-based manner, such that we can support deferred events and priorities and such -``` \ No newline at end of file +```