diff --git a/README.md b/README.md index a761138..5b15749 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ tristanable =========== +[![D](https://github.com/deavmi/tristanable/actions/workflows/d.yml/badge.svg)](https://github.com/deavmi/tristanable/actions/workflows/d.yml) + **Tristanable** is a library for D-based libraries and applications that need a way to receive variable-length messages of different types (via a `Socket`) and place these messages into their own resepctively tagged queues indicated by their _"type"_ or `id`. ## What problems does it solve? @@ -69,4 +71,4 @@ project's root: ```bash dub add tristanable -``` \ No newline at end of file +```