From 812d315bc5487ed588eb9710368b452ebb566df8 Mon Sep 17 00:00:00 2001
From: Neal Magee <nmagee@users.noreply.github.com>
Date: Sun, 22 Sep 2024 08:27:04 -0400
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 5d865d12..5b5a5673 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ To stay current with new releases into the course repository, follow these steps
 
 1. Add an upstream source
 ```
-git remote add upstream https://github.com/uvasds-systems/ds2002-course.git
+git remote add upstream https://github.com/uvasds-systems/ds2002.git
 ```
 2. Fetch from the upstream branch:
 ```
@@ -49,7 +49,7 @@ git merge upstream/main main
 
 This can be run in a single block:
 ```
-git remote add upstream https://github.com/uvasds-systems/ds2002-course.git
+git remote add upstream https://github.com/uvasds-systems/ds2002.git
 git fetch upstream
 git merge upstream/main main
 ```