diff --git a/README.md b/readme.md
similarity index 92%
rename from README.md
rename to readme.md
index 5aebbc96b998ad2ca73babd7e5e585e45adce954..0d040e7b674c8e50b3c5a749224bafc4465968e1 100644
--- a/README.md
+++ b/readme.md
@@ -1,11 +1,7 @@
-# Assignment 2 - Temperature Converter
+# Android - Temperature Converter
 
-## Author
-
-Brandon Rodriguez
 
 ## Description
-
 A simple temperature conversion phone app.
 
 User can input a temperature, including decimals and negatives. This input is then converted to/from any of the following: Celsius, Fahrenheit, Kelvin, or Rankine.
@@ -14,8 +10,8 @@ For each conversion, the user will see both the input temperature and the conver
 
 Data is saved on screen rotate and persistant until end of application.
 
-## Project Requirements
 
+## Project Requirements
 Create a temperature converter application.
 The application should look like the screen shots I have provided.
 The application should do the calculation and display the formula that was used to do the calculation.
@@ -35,11 +31,10 @@ Solution Requirements:
 ![alt text](http://barnesbrothers.homeserver.com/cis298/assignmentImages/assignment2b.jpg "Application Landscape Layout")
 
 ### Notes
-
 The book does not cover how to do work with Radio Buttons. I will talk about it as needed in class. If you are stuck or have questions about it, ask.
 
-## Outside Resources Used
 
+## Outside Resources Used
 http://stackoverflow.com/questions/2344524/java-equivalent-to-region-in-c-sharp
 * Learned how to use C#'s "#region" equivalent in java.
 
@@ -60,7 +55,3 @@ https://en.wikipedia.org/wiki/Conversion_of_units_of_temperature
 http://floating-point-gui.de/languages/java/
 http://stackoverflow.com/questions/4885254/string-format-to-format-double-in-java
 * Rounding numbers in java.
-
-## Known Problems, Issues, And/Or Errors in the Program
-
-None noted thus far.