From 38e9d3e0db09ffae9993d799c0185c73890d3e5b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 23:15:15 -0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d7630bce..6b8e703f 100644 --- a/README.rst +++ b/README.rst @@ -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.*