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.*