Skip to content

Commit aa0a3a2

Browse files
committed
doc: Add badges
1 parent da71000 commit aa0a3a2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ZON encoding/decoding for Go ⚡
22

3+
[![Build status](https://github.com/peterhellberg/zon/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/peterhellberg/zon/actions/workflows/test.yml)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/peterhellberg/zon?style=flat)](https://goreportcard.com/report/github.com/peterhellberg/zon)
5+
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://pkg.go.dev/github.com/peterhellberg/zon)
6+
[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/peterhellberg/zon#license-mit)
7+
38
`zon` is a Go library for marshaling and unmarshaling [ZON](https://ziglang.org/) data,
49
similar in usage to `encoding/json`.
510

@@ -226,9 +231,7 @@ $ cat testdata/comments.zon | tee /dev/stderr | zon -j | jq
226231
}
227232
```
228233

229-
## License
230-
231-
MIT License
234+
## License (MIT)
232235

233236
[embedmd]:# (LICENSE text)
234237
```text

0 commit comments

Comments
 (0)