diff --git a/README.md b/README.md index 0af37a7..c36f5f8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ jstruct ---- +[![D](https://github.com/Hax-io/jstruct/actions/workflows/d.yml/badge.svg)](https://github.com/Hax-io/jstruct/actions/workflows/d.yml) + ## Usage ### Serialization @@ -134,4 +136,4 @@ import jstruct; There are some outstanding issues I want to be able to fix/have implemented, namely: - [ ] Support for array serialization/deserialization - see issue #1 -- [ ] Support for custom types serialization/deserialization (think `enums` for example) - see issue #2 \ No newline at end of file +- [ ] Support for custom types serialization/deserialization (think `enums` for example) - see issue #2