diff --git a/README.md b/README.md
index 2336c46..b50bde9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Android news app built using Kotlin and implemented **MVVM** architecture. It re
Share news
-
+
@@ -27,7 +27,6 @@ Android news app built using Kotlin and implemented **MVVM** architecture. It re
-
### MVVM Architecture :
MVVM is one of the architectural patterns which enhances separation of concerns, it allows separating the user interface logic from the business (or the back-end) logic. Its target (with other MVC patterns goal) is to achieve the following principle "Keeping UI code simple and free of app logic in order to make it easier to manage".