From db00b0adf8c535afc6ffe4642345032c1efa1948 Mon Sep 17 00:00:00 2001
From: Neeserg Parajuli <n.parajuli@student.unimelb.edu.au>
Date: Thu, 24 May 2018 21:51:56 +1000
Subject: [PATCH] making readme look prettier

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

diff --git a/README.md b/README.md
index aa3cac2..bdacda5 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,24 @@
-Author: Neeserg Parajuli
+#Author: Neeserg Parajuli
+#Student num: 582811
 
-Student num: 582811
 
-Program:
+##Program:
 
 This program gets a path to a csv file, that contains (path to a certificate, url) and 
 makes sure the certificate is still valid for that URL.
 
 
-Instructions:
+##Instructions:
 
-1) type in make clean then make in the command prompt
+1) type in 'make clean' then 'make' in the command prompt
 
-2) type in ./certcheck [path to csv] (make sure path to certificate stored in the csv is relative to the 
+2) type in './certcheck [path to csv]' (make sure path to certificate stored in the csv is relative to the 
 directory of the certcheck program)
 
 3) check the output file.
 
 
-Files:
+##Files:
 
 certcheck.c is the main file that controls that stands as proxy between csv_handler and validater
 
-- 
GitLab