From 8c1e400ce6b600a2b34c7ae726e4207e369410ec Mon Sep 17 00:00:00 2001
From: dyyao2 <dyyao2@illinois.edu>
Date: Fri, 12 Apr 2024 00:14:49 -0500
Subject: [PATCH] Update README.md

---
 MP5/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP5/README.md b/MP5/README.md
index b3d4303..fcf4c2f 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)
          ```
-- 
GitLab