aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 11:43:17 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 11:43:17 +0100
commit0521e115b2230852135db5cc8bbf9022443a95c4 (patch)
treef74a02fd547a75fad668de8b83fbbe24df94019d
parent7c564ce3d6691af441333c61c4d79fcf072525ad (diff)
downloadpack-0521e115b2230852135db5cc8bbf9022443a95c4.tar.gz
pack-0521e115b2230852135db5cc8bbf9022443a95c4.tar.xz
pack-0521e115b2230852135db5cc8bbf9022443a95c4.zip
README: Make build health badges into a list
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9f7886c..b408e55 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,16 @@ Pack
Pack is a simple serialisation and deserialisation library for C.
-Current build health: Arch Linux
-[![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/archlinux.yml.svg)](https://builds.sr.ht/~tk/pack/commits/archlinux.yml?)
-OpenBSD
-[![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/openbsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/openbsd.yml?)
-FreeBSD
-[![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/freebsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/freebsd.yml?)
-Alpine
-[![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/alpine.yml.svg)](https://builds.sr.ht/~tk/pack/commits/alpine.yml?)
+Build health:
+
+- Arch Linux
+ [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/archlinux.yml.svg)](https://builds.sr.ht/~tk/pack/commits/archlinux.yml?)
+- OpenBSD
+ [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/openbsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/openbsd.yml?)
+- FreeBSD
+ [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/freebsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/freebsd.yml?)
+- Alpine
+ [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/alpine.yml.svg)](https://builds.sr.ht/~tk/pack/commits/alpine.yml?)
Dependencies
------------