diff --git a/README.md b/README.md index d0bab350adfc12be0ec4ab78a03ded8a13c7ea2f..1c582db83ac60fe09560bf9f5237a005e5d92c45 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # zig-htmlentities +![loc](https://sloc.xyz/github/nektro/zig-htmlentities) +[![license](https://img.shields.io/github/license/nektro/zig-htmlentities.svg)](https://github.com/nektro/zig-htmlentities/blob/master/LICENSE) +[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) +[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) +[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod) + HTML entity data for Zig. -Soft-forked from [https://github.com/kivikakk/htmlentities.zig@9cc3600c53ae60565d839eaf93d5c519c21e27cc](https://github.com/kivikakk/htmlentities.zig/tree/9cc3600c53ae60565d839eaf93d5c519c21e27cc). - -## Built With - -- Zig 0.14.0 - -## License - -MIT +Forked from [https://github.com/kivikakk/htmlentities.zig@9cc3600c53ae60565d839eaf93d5c519c21e27cc](https://github.com/kivikakk/htmlentities.zig/tree/9cc3600c53ae60565d839eaf93d5c519c21e27cc).