From 1248c008e4268c177a8cc95b9d7c1c5cfb5b51e8 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Sun, 3 Sep 2023 14:31:56 -0500 Subject: [PATCH] Fix typos in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c4c47..f3c3d85 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 -- GitLab