From b6f811abd7aec13846a57a2029887322456b6a60 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 18 Jul 2020 00:03:55 -0400 Subject: [PATCH] Update README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a986cfb5..76de13c8 100644 --- a/README.rst +++ b/README.rst @@ -55,10 +55,12 @@ What is ``Dependency Injector``? Why do I need it? ================= -``Dependency Injector`` helps you improve application structure. +``Dependency Injector`` helps you understand and change the structure of the application. With the ``Dependency Injector`` you keep **application structure in one place**. -This place is called **the container**. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is **easy to understand and change** it. +This place is called **the container**. You use the container to manage all the components of the +application. All the component dependencies are defined explicitly. This provides the control on +the application structure. It is **easy to understand and change** it. .. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg :target: https://github.com/ets-labs/python-dependency-injector