Update README.md

This commit is contained in:
ParamountSoft
2014-06-29 18:38:56 +02:00
parent d24be57acc
commit f37dbf8be8

View File

@@ -2,7 +2,7 @@
## Purpose:
To build a chain of objects to handle a call. If one object cannot handle a call, it delegates the call to the next in the chain and so forth.
To build a chain of objects to handle a call in sequential order. If one object cannot handle a call, it delegates the call to the next in the chain and so forth.
## Examples: