From 3ad232d7f253803f60dbf7d4b863379521bf5b30 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sat, 4 Nov 2023 00:09:08 +0100 Subject: [PATCH] Update readme' --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1c03d1..54f91da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Prometheus.jl - Prometheus client for Julia -[![ci-status](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml) -[![codecov-status](https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg)](https://codecov.io/github/fredrikekre/Prometheus.jl) +| **Documentation** | **Build Status** | +|:------------------------- |:------------------------------------------------------- | +| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][coverage-img]][coverage-url] | ## Quickstart @@ -110,3 +111,10 @@ Supported methods: - `Prometheus.clear(family)`: clear all child collectors. ## Registries + +[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg +[docs-url]: https://fredrikekre.github.io/Prometheus.jl/ +[ci-img]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push +[ci-url]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml +[coverage-img]: https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg +[coverage-url]: https://codecov.io/github/fredrikekre/Prometheus.jl