From 7af2a22e5ac4103a0fc929ae919eace8df1e8c8f Mon Sep 17 00:00:00 2001
From: Andrej Rasevic <andrej@rasevicengineering.com>
Date: Wed, 2 Jun 2021 09:10:57 -0400
Subject: [PATCH] updating git instructions in readme

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

diff --git a/README.md b/README.md
index 5c28668..feb0f65 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ 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/cmsc436fall2020/cmsc436-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc436-<your-directory-id>`.  
-2.  Navigate into your new cloned repository. From the command line you would enter: `cd cmsc436-<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/cmsc389NSummer2021/cmsc389N-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc389N-<your-directory-id>`.  
+2.  Navigate into your new cloned repository. From the command line you would enter: `cd cmsc389N-<your-directory-id>`.  
 3.  Run `git remote -v`. You should see an output like the following:  
 ```
 origin	https://gitlab.cs.umd.edu/cmsc389NSummer2021/cmsc389N-<your-directory-id>.git (fetch)
-- 
GitLab