diff --git a/README.md b/README.md index 21bf574d..2dd66694 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Miniflux 2 ========== -[![GoDoc](https://godoc.org/miniflux.app?status.svg)](https://godoc.org/miniflux.app) Miniflux is a minimalist and opinionated feed reader: @@ -51,5 +50,5 @@ Dark theme when using keyboard navigation: Credits ------- -- Authors: Frédéric Guillot - [List of contributors](https://github.com/miniflux/miniflux/graphs/contributors) +- Authors: Frédéric Guillot - [List of contributors](https://github.com/miniflux/v2/graphs/contributors) - Distributed under Apache 2.0 License diff --git a/client/README.md b/client/README.md index dfeb97cb..b81007f8 100644 --- a/client/README.md +++ b/client/README.md @@ -1,6 +1,8 @@ Miniflux API Client =================== +[![PkgGoDev](https://pkg.go.dev/badge/miniflux.app/client)](https://pkg.go.dev/miniflux.app/client) + Client library for Miniflux REST API. Installation