diff --git a/README.md b/README.md
index 33113856a5c0643e04e276d61248c727c0eef1f3..a66578656bf392e5d655d3c3a2fee6513e3fef62 100644
--- a/README.md
+++ b/README.md
@@ -537,7 +537,7 @@ Notes on Non-Rails Frameworks
 
 If you are using Geocoder with ActiveRecord and a framework other than Rails (like Sinatra or Padrino) you will need to add this in your model before calling Geocoder methods:
 
-   extend Geocoder::Model::ActiveRecord 
+    extend Geocoder::Model::ActiveRecord 
 
 Optimisation of Distance Queries
 --------------------------------