From 3ee60fa01bf68f212d6c10d33f7fb5f599bc4753 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 30 Mar 2015 17:49:11 +0300 Subject: [PATCH] Updating providers description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38af1bf5..bdfd5026 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Current section describes main `Objects` entities and their interaction. Providers are strategies of accessing objects. -All providers are callable. They describe how particular object will be +All providers are callable. They describe how particular objects will be provided. For example: ```python