Update readme

This commit is contained in:
Petrutiu Mihai
2016-07-11 19:03:42 +03:00
committed by Petrutiu Mihai
parent c7bc1e6f36
commit 301167a30f
3 changed files with 46 additions and 2 deletions

View File

@@ -82,8 +82,7 @@ namespace ChainOfResponssibility.PurchaseExample
public string GetDescriptionOfExample()
{
return @"Description of example:
CheckAuthority allows an employee to spend money
return @"Description of example: CheckAuthority allows an employee to request money for approval
if(manager can approve it) manager will process the request
if (director can approve it) director will process the request
if (vice president can approve it) vice president will process the request