diff --git a/README.rdoc b/README.rdoc
index dd4e97e..dfc90e9 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,28 +1,41 @@
== README
-This README would normally document whatever steps are necessary to get the
-application up and running.
+This application is being created to run a wrestling tournament.
-Things you may want to cover:
+Development details:
-* Ruby version
+* Ruby 2.2.0
-* System dependencies
+* Rails 4.2.0
-* Configuration
+* Test with minitest rake test
-* Database creation
+* Seeds created for development rake db:seed
-* Database initialization
+* Development login email: test@test.com password: password
-* How to run the test suite
+Things that need to be done:
-* Services (job queues, cache servers, search engines, etc.)
+* Create a printable page for all brackets
-* Deployment instructions
+* Allow coaches to modify lineups
-* ...
+* Give coaches more specific seed criteria guidlines
+* Give tournament director option to include extras or not
-Please feel free to use a different markup language if you do not plan to run
-rake doc:app.
+* Give table workers access to run match stats
+
+* Create pages for running match stats
+
+* Create logic to determine pool winners and move them on to the brackets
+
+* Create logic to move winners along in the brackets
+
+* Create logic to calculate team scores
+
+* Create logic to assign unfinished bouts to a mat
+
+* Create logic to allow finals matches to be sent to a specific mat
+
+* ?