From d9390a32f778af7f6426ba7c988b6ef30511945b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 17:39:10 -0400 Subject: [PATCH] Update README.rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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