Update README.rst

This commit is contained in:
fitzel
2016-01-25 12:55:19 +01:00
parent 90fbff3750
commit d379374882

View File

@ -4,8 +4,8 @@
Purpose Purpose
------- -------
This pattern provides an easy to decouple many components working This pattern provides an easy way to decouple many components working
together. It is a good alternative over Observer IF you have a "central together. It is a good alternative to Observer IF you have a "central
intelligence", like a controller (but not in the sense of the MVC). intelligence", like a controller (but not in the sense of the MVC).
All components (called Colleague) are only coupled to the All components (called Colleague) are only coupled to the