diff --git a/README.md b/README.md
index 67c4c4706eb75779959893f10ee04a8f50f4715f..f3c3d854d41a1bfef6649729384d8d05b8a019a3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Homework 2
+# Homework 1
 
 Starter code for Homework 1 in the CSCE 310 course at UNL.
 
@@ -8,7 +8,7 @@ Recursively clone this repository and `cd` into the root folder:
 
 ```
 $ git clone --recursive git@git.unl.edu:csce-310/2023-fall-homework-1.git
-$ cd homework-1
+$ cd 2023-fall-homework-1
 ```
 
 (If you forget `--recursive` when cloning, you can `cd` into your clone and run