Update contributor link and Godoc badge for client

This commit is contained in:
Frédéric Guillot 2020-10-18 21:53:07 -07:00
parent 73d73dc61e
commit f87b05c90f
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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