From f1720b55800df087ee27d531ef4ca4d828f1f625 Mon Sep 17 00:00:00 2001
From: Paul Kirilin <win10@list.ru>
Date: Mon, 16 Nov 2020 01:22:06 +0400
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1b959cb..ac64d67 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
+![python version](https://img.shields.io/pypi/pyversions/fastapi_template?style=flat-square) ![Build status](https://img.shields.io/github/workflow/status/s3rius/FastAPI-template/Release%20python%20package?style=flat-square) [![version](https://img.shields.io/pypi/v/fastapi_template?style=flat-square)](https://pypi.org/project/fastapi-template/)
+
 <div align="center">
 <img src="https://raw.githubusercontent.com/s3rius/FastAPI-template/master/images/logo.png" width=700>
 <div><i>Fast and flexible general-purpose template for your API.</i></div>
 </div>
 
+
 ## Usage
 ⚠️ [Git](https://git-scm.com/downloads), [Python](https://www.python.org/), and [Docker-compose](https://docs.docker.com/compose/install/) must be installed and accessible ⚠️
 
@@ -22,4 +25,4 @@ Currently supported features:
 - systemd units
 - Example (dummy) SQLAlchemy model
 - Elastic Search support
-- Scheduler support
\ No newline at end of file
+- Scheduler support
-- 
GitLab