From c102c01e76ec6c2f1ea5e34947a7465251da1e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Urbanek?= Date: Sun, 7 Apr 2024 04:42:19 +0200 Subject: [PATCH] docs: Fix readme badges (#68) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63bcaed..2e9e25d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) ![crates.io](https://img.shields.io/crates/v/cacache.svg) +# cacache [![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg)](https://github.com/zkat/cacache-rs/actions) [![crates.io](https://img.shields.io/crates/v/cacache.svg)](https://crates.io/crates/cacache) A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.