From daf04df5f06bac4a6037884494cddf9cf0bd88df Mon Sep 17 00:00:00 2001 From: Sami <72280649+Sami-ul@users.noreply.github.com> Date: Sat, 30 Jul 2022 20:11:31 -0600 Subject: [PATCH] Edit image for "usage" in README Edit the image in the readme as it was improperly wrapped by text. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30e12d2..ebfaeb5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ For more information on version numbers: [The importance of semantic versioning] Like many other design patterns, MVC separates three common 'areas of concern' found in computer programs. Specifically, there's the separation of the program's logic from its inteface and from its data. The many design patterns that have come into vogue since MVC's inception in the early 1970's are decendants of MVC. Note, computer platforms themselves have come full circle in the last 40 years. From mainframes to desktop computers in the first twenty years, and then website applications to mobile apps in the last twenty years. A computer now fits in the palm of your hand, and because of this, MVC again fits as the design pattern and framework for the apps it runs. + ![mvcTypes](https://user-images.githubusercontent.com/32497443/104035805-2d310c00-5198-11eb-8a4a-99f02115ff82.jpg) Implementing the MVC framework using two common example apps: