From 66d5897ce244f87c1cf48cf202dccc41ad37a5a8 Mon Sep 17 00:00:00 2001
From: Darshan Jain <cb.en.u4cse19126@cb.students.amrita.edu>
Date: Fri, 25 Dec 2020 18:25:16 +0530
Subject: [PATCH] Update README.md

---
 README.md | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 09df56c..c80bd1a 100644
--- a/README.md
+++ b/README.md
@@ -11,16 +11,24 @@
 4. Use the interative UI provided in the application to Edit/Delete the record.
 
 
-
-[![screenshots](https://forthebadge.com/images/badges/its-not-a-lie-if-you-believe-it.svg)](https://github.com/vinitshahdeo/Cookie-Manager/)
-
 > Check the screenshots of UI [here]()
 
-![Screenshot](?raw=true)
+### Sample screenshots
+![Screenshot](https://git.amrita.edu/darshanjain/django_book/-/blob/master/assets/Screenshot%202020-12-25%20at%204.32.39%20PM.png?raw=true)
+![Screenshot](https://git.amrita.edu/darshanjain/django_book/-/blob/master/assets/Screenshot%202020-12-25%20at%204.32.53%20PM.png?raw=true)
+![Screenshot](https://git.amrita.edu/darshanjain/django_book/-/blob/master/assets/Screenshot%202020-12-25%20at%204.31.46%20PM.png?raw=true)
 
 ### Installation
 
-
+1. Clone this Repository.
+2. Make sure Python & Django are installed. 
+3. Run code 
+```
+pip install Django
+```
+```
+python manage.py runserver
+```
 
 
 
@@ -29,7 +37,7 @@
 
 Feel free to ask me, if you need any help navigating through this application.
 
-[![Twitter Follow](https://img.shields.io/twitter/follow/Vinit_Shahdeo?style=social)](https://twitter.com/Vinit_Shahdeo)
+[![Twitter Follow](https://img.shields.io/twitter/follow/darshan_jain01?style=social)](https://twitter.com/darshanjain01)
 
 
 
-- 
GitLab