diff --git a/README.rst b/README.rst index 79385d4f..9d1fda8a 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ What is ``Dependency Injector``? Why do I need it? ================= -``Dependency Injector`` helps you **improve application structure**. +``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.