diff --git a/README.rst b/README.rst index f99dc042..9e200c1d 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,11 @@ What is ``Dependency Injector``? ``Dependency Injector`` is a Python dependency injection framework for Python. +How does ``Dependency Injector`` help me? +========================================= + +``Dependency Injector`` helps you to keep your application structure in order. + Example: .. code-block:: python