From b13d4aa53ad0cf1d26edcc671830bfc9d86db2c8 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 1 May 2023 18:02:23 +0200 Subject: [PATCH] feat(doc): add shields --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ccfd436..444049f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Reflect API client for Python +![Maintenance](https://img.shields.io/maintenance/yes/2023) +![github](https://img.shields.io/github/v/release/victorwesterlund/reflect-client-python) +![pypi](https://img.shields.io/pypi/v/reflect-client) + Make requests to an API built using the [Reflect API](https://github.com/VictorWesterlund/reflect) framework over HTTP or UNIX sockets. ---