diff --git a/MP5/README.md b/MP5/README.md
index b3d43031922fd73b84285326656c5d038da08d18..fcf4c2f3c0a3e282130eacdd8383d779af12dfa6 100644
--- a/MP5/README.md
+++ b/MP5/README.md
@@ -16,11 +16,11 @@
        - Code and output files should be submitted to [Gradescope](https://www.gradescope.com) under `MP5-code` with the following structure:
          ```
          # Q1 code
-         CS543_MP4_part1_starter_code.py
+         CS543_MP5_part1_starter_code.py
          # Q1 results
          Q1_label_predictions.npy (we provide code to generate these using your models, see below)
          # Q2 code
-         CS543_MP4_part2_starter_code.py
+         CS543_MP5_part2_starter_code.py
          # Q2 results 
          Q2_sseg_predictions.npy (we provide code to generate these using your models, see below)
          ```