Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-06 22:32:47 -04:00 committed by GitHub
parent 4fa31c4c7e
commit 78ef481ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Why do I need it?
``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.
With ``Dependency Injector`` you 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.*