From 92dd6f67bbb52f060d5ac20719142b0211854290 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 21 May 2025 13:29:08 -0700 Subject: [PATCH] ziginfra README sync --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f21f3b7b9324db9a11f3b3148b23458824f71ece..c4818d12f0c3028c4bb97e09a62e3b4fa2ac59f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # zig-json + ![loc](https://sloc.xyz/github/nektro/zig-json) [![license](https://img.shields.io/github/license/nektro/zig-json.svg)](https://github.com/nektro/zig-json/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) A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. @@ -16,6 +20,3 @@ See `test.zig` for examples. $ zigmod fetch $ zig build test ``` - -## License -MIT -- 2.54.0