diff --git a/README.rst b/README.rst index f3d87daa..adab0c72 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,8 @@ dependency injection design pattern in formal, pretty, Pythonic way. + Documentation. + Semantic versioning. -*Dependency Injector* providers are implemented as C extension types using -Cython. +*Dependency Injector* containers and providers are implemented as C extension +types using Cython. Status ------ diff --git a/docs/index.rst b/docs/index.rst index 1c87a4d2..a7f698f7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,8 +32,8 @@ dependency injection design pattern in formal, pretty, Pythonic way. + Documentation. + Semantic versioning. -*Dependency Injector* providers are implemented as C extension types using -Cython. +*Dependency Injector* containers and providers are implemented as C extension +types using Cython. Status ------