diff --git a/contrib/data_safety_training/image_classification/README.md b/contrib/data_safety_training/image_classification/README.md
index 539be53ac907e94f9e4f9f451cc971590e414fa4..80bf003017e3bc44f608593437ab016aed13f196 100644
--- a/contrib/data_safety_training/image_classification/README.md
+++ b/contrib/data_safety_training/image_classification/README.md
@@ -1,6 +1,6 @@
-##Training process
+## Training process
-
+
- User send a request to server including task type, image size, etc.
@@ -12,7 +12,7 @@
- Server fetch the uploaded data and start training model.
-##Start the service on Server side
+## Start the service on Server side
"""
@@ -20,7 +20,7 @@ python server/receiver.py
"""
-##Start the request on User side
+## Start the request on User side
"""
python submitter.py