Update README.rst

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

View File

@ -42,7 +42,7 @@ What is ``Dependency Injector``?
Why do I need it? Why do I need it?
================= =================
The ``Dependency Injector`` helps you **improve application structure**. You need the ``Dependency Injector`` to **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**. In the container you see all application components and their dependencies.