From e3371acb84f16b06d455118d3f2942573f70295a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 23:25:51 -0400 Subject: [PATCH] Update README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b8e703f..431b099f 100644 --- a/README.rst +++ b/README.rst @@ -44,9 +44,10 @@ Why do I need it? ``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**. You manage all of the application components and their dependencies there. +With the ``Dependency Injector`` you keep **application structure in one place**. +This place is called the **container**. You use the container to manage **all the components** of the application. **All the component dependencies** are defined explicitly. -*The container is like a map of your application.* +*The container is like a map of your application. You always know what depends on what.* Example: