diff --git a/README.rst b/README.rst index fde53634..11216087 100644 --- a/README.rst +++ b/README.rst @@ -238,7 +238,7 @@ Concept - Explicit is better than implicit (PEP20). - Do no magic to your code. -How does it different from the other frameworks? +How is it different from the other frameworks? - **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*. - **Does not pollute your code.** Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks.