diff --git a/README.rst b/README.rst index a65f96fc..2ca89d7b 100644 --- a/README.rst +++ b/README.rst @@ -57,8 +57,9 @@ It helps implementing the dependency injection principle. Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See `Providers `_. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. + See `Providers `_. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See `Provider overriding `_. diff --git a/docs/index.rst b/docs/index.rst index ae6865b0..6a86da16 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,8 +69,8 @@ It helps implementing the dependency injection principle. Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See :ref:`providers`. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. See :ref:`providers`. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See :ref:`provider-overriding`. diff --git a/docs/introduction/key_features.rst b/docs/introduction/key_features.rst index 50323bcc..63d2c24b 100644 --- a/docs/introduction/key_features.rst +++ b/docs/introduction/key_features.rst @@ -11,8 +11,8 @@ Key features Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See :ref:`providers`. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. See :ref:`providers`. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See :ref:`provider-overriding`.