From 0c3b57fc9a041f9a3ddfb5c3e20c212955f20c01 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:45:41 +0300 Subject: [PATCH] Update readme --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 82dc110..295ed13 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,10 @@ Starting class: PurchaseExample.CheckAuthority Problem that we are trying to solve: 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 - -if (president can approve it) president will process the request +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 +4. if (president can approve it) president will process the request * Transfer File example Starting class: TransferFileExample.TransferFilesManager