From 1548beb8f6779a01770e69e72b88fb535f39d0df Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 14 Jul 2016 17:03:18 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bce549..c06ac32 100644 --- a/README.md +++ b/README.md @@ -418,8 +418,8 @@ Template pattern works using 'the Hollywood principle' from the base class point Class diagram: legend: -\# is for protected method -Italic is for abstract method +* \# is for protected method +* Italic is for abstract method ![alt text](https://github.com/MihaiTheCoder/BehavioralPatterns/blob/master/BehavioralPatternsDiagrams/TemplateMethodPattern/TemplateMethodPatternClassDiagram.PNG "Template method pattern class diagram")