Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-06 23:07:20 -04:00 committed by GitHub
parent eef8e04a4e
commit d0464bd859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,9 @@ What is ``Dependency Injector``?
Why do I need it?
=================
``Dependency Injector`` helps you **improve application structure**.
The ``Dependency Injector`` helps you **improve application structure**.
With ``Dependency Injector`` you keep your **application structure in one place**. This place is called **container**. In the container you see all application components and their dependencies.
With the ``Dependency Injector`` you keep your **application structure in one place**. This place is called the **container**. In the container you see all application components and their dependencies.
*The container is like a map of your application.*
@ -117,8 +117,8 @@ Run the application:
if __name__ == '__main__':
main()
You can find more *Dependency Injector* examples in the ``/examples`` directory
on our GitHub:
You can find more ``Dependency Injector`` examples in the ``/examples`` directory
on the GitHub:
https://github.com/ets-labs/python-dependency-injector
@ -141,6 +141,13 @@ Have a question?
- Open a `Github Issue <https://github.com/ets-labs/python-dependency-injector/issues>`_
Want to help?
-------------
- 🆕 Start a new project with the ``Dependency Injector``
- 💬 Tell your friend about the ``Dependency Injector``
- ⭐️ Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
.. _PyPi: https://pypi.org/project/dependency-injector/