From d1f2805712b4006c1f66f95ba14430f642ed8037 Mon Sep 17 00:00:00 2001 From: Prashant Sharma <scrapcodes@gmail.com> Date: Wed, 8 Jan 2014 11:36:26 +0530 Subject: [PATCH] Update README.md The link does not work otherwise. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b91e4cf867..c840a68f76 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ locally with one thread, or "local[N]" to run locally with N threads. ## Running tests -Testing first requires [Building](#Building) Spark. Once Spark is built, tests +Testing first requires [Building](#building) Spark. Once Spark is built, tests can be run using: `./sbt/sbt test` -- GitLab