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 @@ +  [](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