Update README.rst

This commit is contained in:
Terrence Brannon 2016-10-20 09:56:07 -04:00 committed by GitHub
parent 788bce686f
commit d4bb64019f
1 changed files with 1 additions and 1 deletions

View File

@ -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.