From 0b0359af25f901aa90a62af3112b2cddc478bc7a Mon Sep 17 00:00:00 2001 From: Matyas Richter Date: Sat, 14 Sep 2024 21:29:43 +0200 Subject: [PATCH] Fix/update badges in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aee6349..4c7bd27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # FastAPI Injector -![Workflow status](https://github.com/matyasrichter/fastapi-injector/actions/workflows/build.yml/badge.svg?branch=main) +![Workflow status](https://github.com/matyasrichter/fastapi-injector/actions/workflows/test.yml/badge.svg?branch=main) [![Coverage status](https://coveralls.io/repos/github/matyasrichter/fastapi-injector/badge.svg)](https://coveralls.io/github/matyasrichter/fastapi-injector?branch=main) +[![Version](https://img.shields.io/github/v/release/matyasrichter/fastapi-injector)](https://github.com/matyasrichter/fastapi-injector/releases/latest) Integrates [injector](https://github.com/alecthomas/injector) with [FastAPI](https://github.com/tiangolo/fastapi).