diff --git a/README.md b/README.md
index b3fe1f0ab11c91d1ebc466e052ebc861924e4f43..c8f8a4fa02d2ea393ec5ca22fc6471d5f0744925 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You will need to clone this repository on your local development machine. In add
 
 The following set-up steps assume https as the chosen protocal for cloning your git repo and adding upstream.  
 1. clone your repo locally wherever you plan on doing your development work for the course.  
-Navigate to the directory where you want to clone your repository and run the following command: `git clone https://gitlab.cs.umd.edu/cmsc398bwinter2025/cmsc398b-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc398b-<your-directory-id>`.  
+Navigate to the directory where you want to clone your repository and run the following command: `git clone https://gitlab.cs.umd.edu/cmsc398bWinter2025/cmsc398b-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc398b-<your-directory-id>`.  
 2.  Navigate into your new cloned repository. From the command line you would enter: `cd cmsc398b-<your-directory-id>`.  
 3.  Run `git remote -v`. You should see an output like the following:  
 ```