Change README file
diff --git a/README.md b/README.md
index 3c02ada..f1ba5d7 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,11 @@
-Fall-2013-CMUSDS
+Apache Climate Model Diagnostic Analyzer
 ================
 
-Rewrite the current Ruby on Rails web app on Heroku (http://cmu-sds.herokuapp.com/) into Java Play framework, aligning with the current APIs, to handle metadata view/creation/deletion of our Sensor Data Service Platform. Also, this platform will allow users to report bugs and have a detailed view of active VS nonactive sensors. This platform makes use of the Sensor Service Platform API, a REST API for interacting with the platform.
+The Climate Model Diagnostic Analyzer (CMDA) provides web services for multi-aspect physics-based and phenomenon-oriented climate model performance evaluation and diagnosis through the comprehensive and synergistic use of multiple observational data, reanalysis data, and model outputs.
 
-Pre-Requisites running on a local machine
+Requirements
 ============
 Java 1.6+ (http://www.oracle.com/technetwork/java/javase/downloads)
+
 Play 2.2.x (http://www.playframework.com/download)
 
-
-How to run on a local machine
-=============
-1. Install Play Framework. Instruction can be found at http://www.playframework.com/documentation/2.2.x/Installing
-2. Downlaod the source code from https://github.com/cmusv-sc/ArchF2013-Project3-FT
-3. From the parent folder, run the command: 'play run'
-4. Local App will available at localhost:9000