From adb81a856f5ff729c37353441a46b85c07a163e5 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:46:04 +0300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 295ed13..3b4d49f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Starting class: PurchaseExample.CheckAuthority Problem that we are trying to solve: CheckAuthority allows an employee to request money for approval: + 1. if(manager can approve it) manager will process the request 2. if (director can approve it) director will process the request 3. if (vice president can approve it) vice president will process the request