Update README.rst

This commit is contained in:
Roman Mogylatov 2020-09-30 21:05:47 -04:00 committed by GitHub
parent b844c4cc23
commit d6a531882c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ This place is called **the container**. You use the container to manage all the
application. All the component dependencies are defined explicitly. This provides the control on application. All the component dependencies are defined explicitly. This provides the control on
the application structure. It is **easy to understand and change** it. the application structure. It is **easy to understand and change** it.
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg .. figure:: ./main.svg
:target: https://github.com/ets-labs/python-dependency-injector :target: https://github.com/ets-labs/python-dependency-injector
*The container is like a map of your application. You always know what depends on what.* *The container is like a map of your application. You always know what depends on what.*