From 7f687ec4ffcd97874309958e9e4deb798ebed222 Mon Sep 17 00:00:00 2001 From: arjun6610 <61268891+arjun6610@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:00:04 +0530 Subject: [PATCH] Update README.md Some changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7afad0..14ff23b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ development paradigms. Reusing design patterns helps to prevent subtle issues that can cause major problems, and it also improves code readability for coders and architects who -are familiar with the patterns. +are familiar with the pattern. Original rep is from [iluwatar](https://github.com/iluwatar/java-design-patterns).