From 465ed40bc5a8775729aec6c091e1856de5a250df Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:36:59 +0300 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab5910..93a9038 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,10 @@ For Create user: verify if the authenticated user is authorised to create a new * 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 +2. Command pattern ------------------ + 3. Iterator pattern ------------------ 4. Mediator pattern