From 5e68293513b5d9d1e4e40b7d1dc060c4ea55c86b Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Thu, 23 Jul 2015 16:28:49 -0700 Subject: [PATCH] Filling out some basic readme --- More/Delegation/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/More/Delegation/README.rst b/More/Delegation/README.rst index b6172c6..78ae5b6 100644 --- a/More/Delegation/README.rst +++ b/More/Delegation/README.rst @@ -4,12 +4,12 @@ Purpose ------- -... +Demonstrate the Delegator pattern. Examples -------- -... +Please review JuniorDeveloper.php, TeamLead.php, and then Usage.php to see it all tied together. UML Diagram -----------