From 8aec330bb0b8f9c4dc2c50c9bea0243018141cac Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 23:45:58 -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 26892ab5..a8a7af4f 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Why do I need it? ``Dependency Injector`` helps you **improve application structure**. 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. +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. This provides the control on the application structure. .. figure:: ./di-map.svg