From d0464bd859d148f32418fdc73e2faabcfc1bb78c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 23:07:20 -0400 Subject: [PATCH] Update README.rst --- README.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c51c5785..0dcbdbb5 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +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 `_ + .. _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/