From c712d59ce7fdc09172bb8b7900472608813ed9c2 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Sun, 21 Apr 2013 10:37:47 -0400
Subject: [PATCH] Add note about MaxMind config (specify service).

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

diff --git a/README.md b/README.md
index 6b0bd6e9..456a0fee 100644
--- a/README.md
+++ b/README.md
@@ -416,6 +416,7 @@ Yahoo BOSS is **not a free service**. As of November 17, 2012 Yahoo no longer of
 * **Documentation**: http://www.maxmind.com/app/web_services
 * **Terms of Service**: ?
 * **Limitations**: ?
+* **Notes**: You must specify which MaxMind service you are using in your configuration. For example: `Geocoder.configure(:maxmind => {:service => :omni})`.
 
 #### ESRI (`:esri`)
 
-- 
GitLab