From 7e7250e142d32ede290207204711a58a051af594 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 00:01:13 -0400
Subject: [PATCH] Update readme

---
 README.md => readme.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)
 rename README.md => readme.md (91%)

diff --git a/README.md b/readme.md
similarity index 91%
rename from README.md
rename to readme.md
index 9202a85..d8ad3e0 100644
--- a/README.md
+++ b/readme.md
@@ -1,11 +1,13 @@
-# Assignment 3 - Master Detail Wine List with Fragments
+# Android - Master Detail Wine List with Fragments
 
-## Author
-
-Brandon Rodriguez
 
 ## Description
+Final assignment to combine all the concepts covered within the class.
+
+Includes multiple views, based on a Wine List dataset.
 
+
+## Project Requirements
 Create a master detail application to view the contents of a beverage list.
 The master part will display a list of all of the beverage items in the list.
 The Detail part will display the details of a specific beverage item.
@@ -39,17 +41,12 @@ Solution Requirements:
 ![Application Detail Portrait Layout](http://barnesbrothers.homeserver.com/cis298/assignmentImages/assignment3b.jpg "Application Detail Portrait Layout")
 
 ### Notes
-
 The book does not cover how to read in a CSV file. We will do something in class to demonstrate how to get the CSV read in.
 The location of the file to be read in is in the following paths:
 Inside Android Studio: app/res/raw/
 Through File System:   app/src/main/res/raw/
 
-## Outside Resources Used
-
-
 
 ## Known Problems, Issues, And/Or Errors in the Program
-
 When you select a beverage item and then try to swipe to another, for some reason it attempts to read the packString in for the priceDouble.
 However it doesn't actually crash until you attempt to swipe in the opposite direction that you just swiped. I assume this is also why, when you swipe, it doesn't actually load in the next item?
-- 
GitLab