Update README.rst

This commit is contained in:
Roman Mogylatov 2020-08-10 22:15:26 -04:00 committed by GitHub
parent 8a9da0ccea
commit f3cc89fe3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,9 +52,7 @@ What is ``Dependency Injector``?
``Dependency Injector`` is a dependency injection framework for Python. ``Dependency Injector`` is a dependency injection framework for Python.
The power of the framework is in its simplicity and straightforwardness. It stands on two principles:
``Dependency Injector`` stands on two principles:
- Explicit is better than implicit (PEP20). - Explicit is better than implicit (PEP20).
- Do no magic to your code. - 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 - You tell the framework how to build you code
- The framework does it for you - 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 Example
======= =======