Merge pull request #28 from pavansai1997/patch-1

[MINOR] Updating website as latest release supports Scala 2.12
diff --git a/site/get-started.md b/site/get-started.md
index 4931d48..0124f2b 100644
--- a/site/get-started.md
+++ b/site/get-started.md
@@ -31,7 +31,7 @@
 
 ### 2. Run Livy
 To run the Livy server, you will also need an Apache Spark installation. You can get Spark releases at
-<https://spark.apache.org/downloads.html>. Livy requires at least Spark 1.6 and supports both Scala 2.10 and 2.11
+<https://spark.apache.org/downloads.html>. Livy requires at least Spark 1.6 and supports Scala 2.11 and 2.12
 builds of Spark. To run Livy with local sessions, first export these variables:
 
 `export SPARK_HOME=/usr/lib/spark`