diff --git a/README.md b/README.md index 0acd90b4..38af1bf5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Current section describes main `Objects` entities and their interaction. Providers are strategies of accessing objects. -They describe how particular object will be provided. For example: +All providers are callable. They describe how particular object will be +provided. For example: ```python """`NewInstance` and `Singleton` providers example."""