Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-06 23:45:58 -04:00 committed by GitHub
parent d9954fba86
commit 8aec330bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ Why do I need it?
``Dependency Injector`` helps you **improve application structure**.
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 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.
.. figure:: ./di-map.svg