Skip to content

Commit

Permalink
fix badges paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Nov 1, 2023
1 parent 0a9fb7b commit 3167c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 📦 FileCache `v2`

[![Make](https://github.com/kukymbr/filecache/actions/workflows/make.yml/badge.svg)](https://github.com/kukymbr/filecache/actions/workflows/make.yml)
[![GoDoc](https://godoc.org/github.com/kukymbr/filecache?status.svg)](https://godoc.org/github.com/kukymbr/filecache)
[![GoReport](https://goreportcard.com/badge/github.com/kukymbr/filecache)](https://goreportcard.com/report/github.com/kukymbr/filecache)
[![GoDoc](https://godoc.org/github.com/kukymbr/filecache/v2?status.svg)](https://godoc.org/github.com/kukymbr/filecache/v2)
[![GoReport](https://goreportcard.com/badge/github.com/kukymbr/filecache/v2)](https://goreportcard.com/report/github.com/kukymbr/filecache/v2)

Store data from io.Reader or bytes to cache files with TTL and metadata.

Expand Down

0 comments on commit 3167c68

Please sign in to comment.