diff --git a/README.md b/README.md
index 51cab22..c20b0c4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,26 @@
# CustomQuiz
-
-• A quiz making and hosting software for public quizes and events like in colleges eg: Auto Quiz, Eco Quiz, Antakshari, etc.
-• Features like displaying questions subjective/objective/category wise with options, images, videos, timer and lifelines.
-• Also supports buzzer feature using smartphones connected over Wi-Fi with the app.
-• Supports mining questions from online question-banks using basic web crawling techniques.
-
+
+- A quiz making and hosting software for public quizes and events like in colleges eg: Auto Quiz, Eco Quiz, Antakshari, etc.
+- Features like displaying questions subjective/objective/category wise with options, images, videos, timer and lifelines.
+- Also supports buzzer feature using smartphones connected over Wi-Fi with the app.
+- Supports mining questions from online question-banks using basic web crawling techniques.
+
+Steps
+
+- Edit the confg.xml specify the rounds and their details.
+- See the example folder named "BQuiz" and how it is related with confg.xml
+- Organise the questions in the following format:
+
+- "8 lines" for each question (just leave the line/s blank if the things are not applicable)
+- 1 st line for question
+- 4 lines for 4 options
+- 1 line for answer (option no. "only numbers" 1,2,3,4 or the descriptive answer)
+- 1 line for image, sound or video file name(for visual rounds)
+- 1 line for category name (for category rounds)
+
+- You are done !
+
+