From 78ef481cebd9d458939ff929ec4e8a15283fdfb6 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 22:32:47 -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 a6a23bdb..411e1d46 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Why do I need it? ``Dependency Injector`` helps you **improve application structure**. -With ``Dependency Injector`` you will keep your **application structure in one place**. This place is called **container**. In the container you see all application components and their dependencies. +With ``Dependency Injector`` you keep your **application structure in one place**. This place is called **container**. In the container you see all application components and their dependencies. *The container is like a map of your application.*