From f3cc89fe3a1b15931eb340cb0201fce8c54a8229 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 10 Aug 2020 22:15:26 -0400 Subject: [PATCH] Update README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5921df22..50962f2d 100644 --- a/README.rst +++ b/README.rst @@ -52,9 +52,7 @@ What is ``Dependency Injector``? ``Dependency Injector`` is a dependency injection framework for Python. -The power of the framework is in its simplicity and straightforwardness. - -``Dependency Injector`` stands on two principles: +It stands on two principles: - Explicit is better than implicit (PEP20). - Do no magic to your code. @@ -69,7 +67,7 @@ How does it different from the other frameworks? - You tell the framework how to build you code - The framework does it for you -``Dependency Injector`` is a simple tool for the powerful concept. +The power of the ``Dependency Injector`` is in its simplicity and straightforwardness. It is a simple tool for the powerful concept. Example =======