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

---
 README.md | 33 ---------------------------------
 readme.md |  9 +++++++++
 2 files changed, 9 insertions(+), 33 deletions(-)
 delete mode 100644 README.md
 create mode 100644 readme.md

diff --git a/README.md b/README.md
deleted file mode 100644
index 5172bb3..0000000
--- a/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# CS3500 Group Project
-
-## Author
-
-Brandon Rodriguez, Devlin Grasley
-
-## Descritpion
-
-A Group effort to make a full-stack website for CS3500.
-
-Uses PHP as the backend framework, and javascript + sass for the front end.
-Database TBD.
-
-
-## Project Requirements
-
-TBA
-
-
-### Notes
-
-NA
-
-
-## Outside Resources Used
-
-NA
-
-
-## Known Problems, Issues, And/Or Errors in the Program
-
-NA
-
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..5625f2f
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,9 @@
+# Php - Coffee Shop (Semester Project)
+
+
+## Description
+An effort to make a full-stack website for CS3500.
+
+Uses PHP as the backend, and javascript + sass for the front end. Database is MySQL.
+
+Due to time limitations, main focused ended up being on the database.
-- 
GitLab