diff --git a/README.rst b/README.rst index 02024ea5..a5e40ab4 100644 --- a/README.rst +++ b/README.rst @@ -111,17 +111,6 @@ Key features of the ``Dependency Injector``: main() -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. This provides the control on -the application structure. It is **easy to understand and change** it. - -.. figure:: ./main.svg - :target: https://github.com/ets-labs/python-dependency-injector - :width: 80% - -*The container is like a map of your application. You always know what depends on what.* - Visit the docs to know more about the `Dependency injection and inversion of control in Python `_. diff --git a/main.svg b/main.svg deleted file mode 100644 index 6cbee6e9..00000000 --- a/main.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file