diff --git a/README.md b/README.md
index b77ffff2ffd8cc8bab08f1a4816376a88b006b9a..366979d918014b2d74074003284f0258af5a76c1 100644
--- a/README.md
+++ b/README.md
@@ -114,11 +114,9 @@ It defines a function make_hackathon_prediction that takes feature_method and re
 
 Inside this function:
 
-    - It loads the training data and converts it into the format suitable for Surprise.
-
-    - Trains a Content-Based model (ContentBased) on the training set using the specified feature and regressor methods.
-
-    - Makes predictions on the test set by loading the test data from a CSV file and converting it into records.
+- It loads the training data and converts it into the format suitable for Surprise.
+- Trains a Content-Based model (ContentBased) on the training set using the specified feature and regressor methods.
+- Makes predictions on the test set by loading the test data from a CSV file and converting it into records.
 
 Converts the predictions into a DataFrame and saves them as a CSV file.