diff --git a/README.md b/README.md
index 7eccff5..83411f3 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
This is a Flask App for NCSU Campus Job Review System. Here students from NCSU can register themselves and search for vacancies at various On-Campus stores.
+
+
+
+
+
+
## Pre-requisites
To run these scripts, you will require Python installed on your PC. Please visit [Python Installers](https://www.python.org/downloads/) to download the lastest python version. Apart from that, other requirements can be installed with the help of requirements.txt.
@@ -17,8 +23,6 @@ You can refer [INSTALL.md](https://github.com/ashishjoshi2605/ncsu-campus-jobs-r
## Contribution Code of Conduct
The rules listed below are to be followed by the ones who will be contributing to the code in the repository:
-
- - All the branches used to merge any code into the main branch should start with "KAPSS-".
- Atleast one review/approval is required from any other contributors of the project to merge a commit to the main branch.
- It is recommended to delete the branch as soon as it is merged to the main branch to avoid stale branches in the repository.
- It is encouraged to add name tags such as "feature-" or "patch-" in the branches if it is used to add code-patches or features in the project.