docs: Fix readme badges (#68)

This commit is contained in:
Paweł Urbanek 2024-04-07 04:42:19 +02:00 committed by GitHub
parent b8c32f2a72
commit c102c01e76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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. A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.