Skip to content

Commit

Permalink
docs: Update readme badges to correct module path (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendietrich authored Apr 4, 2024
1 parent 5b580e7 commit 941d556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HTTPCache module

[![Go Report Card](https://goreportcard.com/badge/github.com/i-love-flamingo/httpcache)](https://goreportcard.com/report/github.com/i-love-flamingo/httpcache)
[![GoDoc](https://godoc.org/github.com/i-love-flamingo/httpcache?status.svg)](https://godoc.org/github.com/i-love-flamingo/httpcache)
[![Go Report Card](https://goreportcard.com/badge/flamingo.me/httpcache)](https://goreportcard.com/report/flamingo.me/httpcache)
[![GoDoc](https://godoc.org/github.com/flamingo.me/httpcache?status.svg)](https://godoc.org/flamingo.me/httpcache)
[![Tests](https://github.com/i-love-flamingo/httpcache/workflows/Tests/badge.svg?branch=master)](https://github.com/i-love-flamingo/httpcache/actions?query=branch%3Amaster+workflow%3ATests)

The HTTPCache module provides an easy interface to cache simple HTTP results in Flamingo.
Expand Down Expand Up @@ -194,4 +194,4 @@ func (m *Module) Configure(injector *dingo.Injector) {
injector.Bind((*httpcache.Frontend)(nil)).AnnotatedWith("myServiceWithCustomBackend").ToInstance(frontend)
}
```
```

0 comments on commit 941d556

Please sign in to comment.