Update readme

This commit is contained in:
Roman Mogylatov 2020-07-10 15:25:29 -04:00
parent 4ea27c145b
commit 807acf06b6
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ This place is called **the container**. You use the container to manage all the
*The container is like a map of your application. You always know what depends on what.*
Example:
``Flask`` + ``Dependency Injector`` example:
.. code-block:: python
@ -96,7 +96,7 @@ Example:
)
See complete ``Flask`` + ``Dependency Injector`` `example <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/ghnav-flask>`_
See complete example here - `Flask + Dependency Injector Example <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/ghnav-flask>`_
How to install?
---------------

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB