diff --git a/README.md b/readme.md
similarity index 92%
rename from README.md
rename to readme.md
index 4606a6ec4fc00c97a54b75d51132e515a03ac968..4c00f1d2e4581f84f66fdd13cb7074d7be2e052f 100644
--- a/README.md
+++ b/readme.md
@@ -1,9 +1,14 @@
-# Assignment 1 - Review of C# Basic Concepts and Introduction to Git
+# C# - Review of CIS_207 and Introduction to Git
 
-## Author
 
 ## Description
+Review of [CIS_207](https://git.brandon-rodriguez.com/classes/cis_207) concepts, in the form of a "Wine List" console
+program.
 
+Reads in values from a CSV file. Allows printing full list, as well as item add, search, and removal.
+
+
+## Project Requirements
 Create a C# console program to work with a .CSV wine list. The program should continually run until the user decides to exit (entering a certain character on the keyboard). The program should allow the following functionality:
 
 1. Allow the user to load the wine list from the provided CSV file. They should only be able to load the list once.
@@ -53,8 +58,3 @@ Suggestion/Hints:
 ## Outside Resources Used
 http://stackoverflow.com/questions/7065928/console-writeline-not-working-properly
 * Realized that you can't use Console.WriteLine() unless inside a method. Derp.
-
-
-## Known Problems, Issues, And/Or Errors in the Program
-
-