aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68ffda2ecb..5e2ab0d2d8 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ which is packaged with it. To build Spark and its example programs, run:
sbt/sbt compile
-To run Spark, you will need to have Scala's bin in your `PATH`, or you
-will need to set the `SCALA_HOME` environment variable to point to where
+To run Spark, you will need to have Scala's bin directory in your `PATH`, or
+you will need to set the `SCALA_HOME` environment variable to point to where
you've installed Scala. Scala must be accessible through one of these
methods on your cluster's worker nodes as well as its master.