From 950922c64275b518a84dce80b7a71c6959ff5a38 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 2 Jul 2020 18:35:59 -0400 Subject: [PATCH] Remove header --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4bc1c102..10da782e 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ .. figure:: ./docs/logo2.svg +| + .. image:: https://img.shields.io/pypi/v/dependency_injector.svg :target: https://pypi.org/project/dependency-injector/ :alt: Latest Version @@ -26,10 +28,7 @@ :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master :alt: Coverage Status -Dependency Injector -=================== - -*Dependency Injector* is a dependency injection microframework for Python. +**Dependency Injector** is a dependency injection microframework for Python. It was designed to be a unified and developer-friendly tool that helps implement a dependency injection design pattern in a formal, pretty, and Pythonic way.