Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-06 22:31:43 -04:00 committed by GitHub
parent b7bf055812
commit 34e9ac2291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,11 @@ What is ``Dependency Injector``?
Why do I need it?
=================
``Dependency Injector`` helps you improve application structure.
``Dependency Injector`` helps you **improve application structure**.
With ``Dependency Injector`` you will keep your **application structure in one place**. This place is called **container**. In the container you see all application components and their dependencies.
*The container is like a map of your application.*
Example: