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.