From 29c5b2da8fcec64ac2c0158fd8f358456aaf9591 Mon Sep 17 00:00:00 2001
From: Fernando Morgenstern <contato@fernandomarcelo.com>
Date: Sun, 1 Sep 2013 22:40:36 -0300
Subject: [PATCH] Cosmetic change to README file.

Change maxmind_local's sample code to another file.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 435ac8f0..a4656b73 100644
--- a/README.md
+++ b/README.md
@@ -430,7 +430,9 @@ Yahoo BOSS is **not a free service**. As of November 17, 2012 Yahoo no longer of
 * **Documentation**: http://www.maxmind.com/en/city
 * **Terms of Service**: ?
 * **Limitations**: ?
-* **Notes**: You must add the **geoip gem** to your Gemfile or have it installed in your system. You also have to specify the path of the MaxMind database in your configuration. For example: `Geocoder.configure(ip_lookup: :maxmind_local, :maxmind_local => {:database => File.join('folder', 'GeoLiteCity.dat')})`.
+* **Notes**: You must add the **geoip gem** to your Gemfile or have it installed in your system. You also have to specify the path of the MaxMind database in your configuration. For example:
+ 
+`Geocoder.configure(:ip_lookup => :maxmind_local, :maxmind_local => {:database => File.join('folder', 'GeoLiteCity.dat')})`
 
 #### ESRI (`:esri`)
 
-- 
GitLab