From 34a7b16d3b6c1f6bb281b200e0b8cca7aec5c8a9 Mon Sep 17 00:00:00 2001
From: Pendyala Phani Chaitanya <cb.en.u4cse14432@cb.students.amrita.edu>
Date: Mon, 8 May 2017 11:18:33 -0700
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eef933c..2d54f63 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
 There are two directories:
-    1. Project - which is the android project directory \n
+    1. Project - which is the android project directory
+    
     2. AUPMS   - which is the django server that we have created
 
 -> When ever the app requires something it sends a request to the server and based on the request, the server sends a response.
+
 -> We have used sqlite3 database which comes in-built with django.
+    
     Steps:
+    
     1. Run the server using the following command
             python3 manage.py runserver <ip-address>
+    
     2. Set the <ip-address> in the app and then run it.
+    
     3. Now the app sends the request to the development server running on this <ip-address>.
\ No newline at end of file
-- 
GitLab