Skip to content

Commit

Permalink
tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 15, 2024
1 parent 30d9ba9 commit 259854c
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,4 +1,4 @@
# github.com/lestrrat-go/httprc ![](https://github.com/lestrrat-go/httprc/workflows/CI/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/lestrrat-go/httprc.svg)](https://pkg.go.dev/github.com/lestrrat-go/httprc) [![codecov.io](https://codecov.io/github/lestrrat-go/httprc/coverage.svg)](https://codecov.io/github/lestrrat-go/httprc)
# github.com/lestrrat-go/httprc/v2 ![](https://github.com/lestrrat-go/httprc/v2/workflows/CI/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/lestrrat-go/httprc/v2.svg)](https://pkg.go.dev/github.com/lestrrat-go/httprc/v2) [![codecov.io](https://codecov.io/github/lestrrat-go/httprc/coverage.svg)](https://codecov.io/github/lestrrat-go/httprc)

`httprc` is a HTTP "Refresh" Cache. Its aim is to cache a remote resource that
can be fetched via HTTP, but keep the cached content up-to-date based on periodic
Expand All @@ -18,7 +18,7 @@ import (
"sync"
"time"

"github.com/lestrrat-go/httprc"
"github.com/lestrrat-go/httprc/v2"
)

const (
Expand Down

0 comments on commit 259854c

Please sign in to comment.