From d4bb64019f2611ca1a3cefb2e0f20825c77dbf8e Mon Sep 17 00:00:00 2001 From: Terrence Brannon Date: Thu, 20 Oct 2016 09:56:07 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 56a45cdf..a95be39e 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ Dependency injection pattern has few strict rules that should be followed: and knows how to inject the *service* into the *client*. + The *client* and the *service* know nothing about the *dependency injector*. -Dependency injection pattern provides next advantages: +Dependency injection pattern provides the following advantages: + Control on application structure. + Decreased coupling between application components.