From d8c7a32220c8f29b5a9b3208ee5f9c6d3f60758e Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 30 Mar 2015 17:34:32 +0300 Subject: [PATCH] Adding providers description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."""