diff --git a/README.md b/README.md
index 28ad1e4604d1497d8302b48e31bb57bfca2a9797..456b8060ef3280ab077cbcb3f7dcc17a8f67a6bf 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ described below.
 
 When developing a Spark application, specify the Hadoop version by adding the
 "hadoop-client" artifact to your project's dependencies. For example, if you're
-using Hadoop 1.0.1 and build your application using SBT, add this entry to
+using Hadoop 1.2.1 and build your application using SBT, add this entry to
 `libraryDependencies`:
 
     "org.apache.hadoop" % "hadoop-client" % "1.2.1"