From 87f4451f20fb9deee550a439ce0db094370eb2d2 Mon Sep 17 00:00:00 2001
From: Matei Zaharia <matei@eecs.berkeley.edu>
Date: Tue, 2 Oct 2012 22:14:40 -0700
Subject: [PATCH] Simplify README even further

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b016e43659..c3695ac800 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,8 @@ This README file only contains basic setup instructions.
 
 ## Building
 
-Spark requires Scala 2.9.2. This version has been tested with 2.9.2.final.
-
-The project is built using Simple Build Tool (SBT), which is packaged with it.
-To build Spark and its example programs, run:
+Spark requires Scala 2.9.2. The project is built using Simple Build Tool (SBT),
+which is packaged with it. To build Spark and its example programs, run:
 
     sbt/sbt compile
 
-- 
GitLab