diff --git a/README.rst b/README.rst index 5a5c79c9..26892ab5 100644 --- a/README.rst +++ b/README.rst @@ -47,10 +47,10 @@ Why do I need it? With the ``Dependency Injector`` you keep **application structure in one place**. This place is called the **container**. You use the container to manage **all the components** of the application. **All the component dependencies** are defined explicitly. -*The container is like a map of your application. You always know what depends on what.* - .. figure:: ./di-map.svg +*The container is like a map of your application. You always know what depends on what.* + Example: .. code-block:: python