diff --git a/README.rst b/README.rst index 42cb9eb9..99ce0ee0 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ How does 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. -``Dependency Injector`` follows a simple contract with you: +``Dependency Injector`` makes a simple contract with you: - You tell the framework how to build you code - The framework does it for you