From 6045b7691930db929c45c20740593837b8064c81 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 23:08:45 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0dcbdbb5..d7630bce 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ What is ``Dependency Injector``? 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.