Readme fix
diff --git a/README.md b/README.md
index 83e6b20..894e8dc 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,8 @@
 
 **3b)** Or, if you have a `Bitmap` object in memory, load it into the view. This is unsuitable for large images because it bypasses subsampling - you may get an `OutOfMemoryError`.
 
-   SubsamplingScaleImageView imageView = (SubsamplingScaleImageView)findViewById(id.imageView);
-   imageView.setImage(ImageSource.bitmap(bitmap));
+    SubsamplingScaleImageView imageView = (SubsamplingScaleImageView)findViewById(id.imageView);
+    imageView.setImage(ImageSource.bitmap(bitmap));
 
 ## About