From 22a280d7eba4e581a116f33885f5f468c0e64912 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 7 Jul 2020 13:14:41 -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 97ad8e27..6893f8e9 100644 --- a/README.rst +++ b/README.rst @@ -44,8 +44,8 @@ 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 provides the control on the application structure. It is *easy to understand and change* it. +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 provides the control on the application structure. It is **easy to understand and change** it. .. figure:: ./di-map2.svg