From 3aa13623693f6a62a7b9a92c91c71327ccd4e88b Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 21 Jul 2016 15:35:12 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c51bdb..2af7295 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -BehavioralPatterns +Behavioral Patterns ================== * In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication. * Behavioral patterns are concerned with algorithms and the assignment of responsibilities between objects.