From 7d7e4f4878be9cc98228adea0eff0da29aa186a5 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:42:08 +0300 Subject: [PATCH] Update readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e74c5f6..90bc843 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,15 @@ Chain length/performance issues - in theory you could see a chain that is too bi ### f. Examples described: * Purchase example: 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 + +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 + * Transfer File example Starting class: TransferFileExample.TransferFilesManager TransferFilesManager will try to transfer the file to the destination by trying FTP, SFTP, Http, and simple file copy and it will decide which to use depending on the prefix of the path