diff --git a/README.rst b/README.rst index 10da782e..520b5f83 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,6 @@ .. figure:: ./docs/logo2.svg - -| +| .. image:: https://img.shields.io/pypi/v/dependency_injector.svg :target: https://pypi.org/project/dependency-injector/ @@ -28,7 +27,10 @@ :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master :alt: Coverage Status -**Dependency Injector** is a dependency injection microframework for Python. +What is ``Dependency Injector``? +================================ + +``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.