Updating README file to point to new 3.1.4 version
diff --git a/README.md b/README.md
index 8e62cdb..2134306 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Subsampling Scale Image View
+Subsampling Scale Image View
 ===========================
 
 A custom image view for Android, designed for photo galleries and displaying huge images (e.g. maps and building plans) without `OutOfMemoryError`s. Includes pinch to zoom, panning, rotation and animation support, and allows easy extension so you can add your own overlays and touch event detection.
@@ -83,7 +83,7 @@
 
 ## Quick start
 
-**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.3` as a dependency in your build.gradle file.
+**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.4` as a dependency in your build.gradle file.
 
 **2)** Add the view to your layout XML.