Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-02 18:40:03 -04:00 committed by GitHub
parent 950922c642
commit f83d741e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.