Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-06 23:15:15 -04:00 committed by GitHub
parent 6045b76919
commit 38e9d3e0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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