From c43ed31ca9ba83c0c4603f4f5e6f72ca48c57563 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 30 Apr 2023 19:24:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```