diff --git a/README.md b/readme.md
similarity index 79%
rename from README.md
rename to readme.md
index dfb1a0528b44411f27932eb29fe8df59d186cc40..6951e174f6e822be1dd683cd71bb008498d2e3c5 100644
--- a/README.md
+++ b/readme.md
@@ -1,11 +1,11 @@
-# Assignment 1 - Your First Application and Introduction to Git
+# Android - Your First Application
 
-## Author
-
-Brandon Rodriguez
 
 ## Description
+Introduction to Android development (with Java) via a single counter view, with a notification popup when it reaches 20.
+
 
+## Project Requirements
 Create a person counter. The UI should have a + button, and a - button as well as a textview to store the value of the current number.
 When the app launches, the counter will be at zero. When the + button is pressed, it will increase the counter. When the - button is pressed, it will decrease the number.
 
@@ -21,12 +21,5 @@ Solution Requirements:
 ![alt text](http://barnesbrothers.homeserver.com/cis298/assignmentImages/assignment1.jpg "Application Layout")
 
 ### Notes
-
 This application should be very similar to the first application in the book.
 The focus with this application should be getting familiar with Android Studio and Git.
-
-## Outside Resources Used
-
-## Known Problems, Issues, And/Or Errors in the Program
-
-