From f1d6b917b0924935917022cb3234fdfd2b6818a2 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Thu, 8 Oct 2020 23:29:42 -0400
Subject: [PATCH] Update readme

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

diff --git a/readme.md b/readme.md
index 4c00f1d..d683205 100644
--- a/readme.md
+++ b/readme.md
@@ -1,9 +1,9 @@
-# C# - Review of CIS_207 and Introduction to Git
+# C# - Wine List Program (Review of CIS_207)
 
 
 ## Description
 Review of [CIS_207](https://git.brandon-rodriguez.com/classes/cis_207) concepts, in the form of a "Wine List" console
-program.
+program. Also served as an introduction to Git version control.
 
 Reads in values from a CSV file. Allows printing full list, as well as item add, search, and removal.
 
-- 
GitLab