From f0f5177e6d672ec63c40bc9e51cf3057534e6f7b Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 12:52:47 +0300 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd68ad9..91d30ba 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ TransferFilesManager will try to transfer the file to the destination by trying Starting class: PokerGame Having 5 poker cards, decide what is the highest hand that you have -*Business logic validators +* Business logic validators Starting class: Validators.UserEntities.UserProcessor Allow the client through a console menu to introduce what operation wants to execute: Authenticate/CreateUser and foreach option have some validations. For Create user: verify if the authenticated user is authorised to create a new user, and that the email is not already in the database -For authentication: we validate that the user exists in the database -Both the menu options and the validations for the operations are done using chain of responssibility + * For authentication: we validate that the user exists in the database + * Both the menu options and the validations for the operations are done using chain of responssibility 2. Command pattern ------------------