From ac0eb27f44e81715d54046cf33adbb50137a45b3 Mon Sep 17 00:00:00 2001
From: Harsh Vardhan <75531664+HARSH-nith@users.noreply.github.com>
Date: Sat, 10 Sep 2022 15:15:15 +0530
Subject: [PATCH] minor changes in readme file
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index c241f9e..a03e5f0 100644
--- a/README.md
+++ b/README.md
@@ -15,32 +15,32 @@ For more information about the usecases of the project and details about PPI, th
## Usage and Flow of Vision PPI app :ocean:
-1. After installing or building the app, the first screen which is encountered is a Login screen with ppi logo on top of it. To log into the app enter the **username: mifos** and **password : password** in the respectative columns of username and password.
+1. After installing or building the app, the first screen which is encountered is a **Login screen** with ppi logo on top of it. To log into the app enter the `username = mifos` and `password = password` in the respectative columns of username and password.
     
     
-2. The second screen renders the home page. It contains search bar through which client account can be searched by typing their names. At the top of screen Share, Logout and About Us button are present they functions to share the app ,logout from the app and to go to about us page respectively.
+2. The second screen renders the **Home page**. It contains search bar through which client account can be searched by typing their names. At the top of screen *Share, Logout and About Us* buttons are present they functions to share the app ,logout from the app and to go to about us page respectively.
     
-3. The third screen comes up with analyze images page. It contains option for seleting the image from gallary or directly or from capturing directly for the camera. Previously to selecting an image an screen appers to ask for premision from user for accesing the gallery and camera
+3. The third screen comes up with **Analyze Images page**. It contains option for seleting the image from gallary or directly capturing form the camera. An other screen also appears here that asks for premission from user for accesing the gallery and camera.
     
     
-4. The result of object detection model appears in the Object Deteciton Result column after clicking on analyse images button. Result threshold is applied on object detection result,that result is shown up only those outcomes for which model has an confidance of 60 % or more than it.
+4. The result of object detection model appears in the Object Deteciton Result column after clicking on analyse images button. *Result threshold* implemented results in shown up only those outcomes for which model has an confidence of 60 % or more .
     
     
-5. The fifth screen contains PPI Questions. These quesion are directly comming from the API not form app. Users are able to tick only one choice out of the given. The scores are written for each question choice which are added at the end to in calculating over all PPI survey score.
+5. The fifth screen contains **PPI Questions**. These quesion are directly comming from the API not from app. Users are able to tick only one choice out of the given. The scores are written for each question choice which are added at the end to in calculating over all PPI survey score.
     
     
-6. About Us page features information about the app. Links for github and twitter account of mifos is given in this page. Contact details and current app verion are shown here that helps to reach out to community whenever needed.
+6. **About Us** page features information about the app. Links for `github and twitter` account of mifos is given in this page. Contact details and current app version are shown here . Contact details helps to reach out to community whenever needed.