From 879a67395533913abe6ceda718e9ad8597cf2ac3 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Thu, 22 Nov 2012 17:41:46 -0500
Subject: [PATCH] Fix incorrect indentation.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 33113856..a6657865 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
 --------------------------------
-- 
GitLab