From edc48d061e69fcc1d59d5e42740184de6668a121 Mon Sep 17 00:00:00 2001
From: Fernando Morgenstern <contato@fernandomarcelo.com>
Date: Sun, 1 Sep 2013 16:35:21 -0300
Subject: [PATCH] Update README file to show the correct way of using
 maxmind_local lookup.

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

diff --git a/README.md b/README.md
index 9e804f2c..435ac8f0 100644
--- a/README.md
+++ b/README.md
@@ -430,7 +430,7 @@ 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(: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