From aa94d78c774d287c07f8a80a1d2356f7057b8dad Mon Sep 17 00:00:00 2001
From: Jeff Fredrickson <jeff.fredrickson@gmail.com>
Date: Wed, 25 Nov 2015 15:52:22 -0500
Subject: [PATCH] update Telize information

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index aedb2766..2dfa53ff 100644
--- a/README.md
+++ b/README.md
@@ -673,14 +673,15 @@ This uses the PostcodeAnywhere UK Geocode service, this will geocode any string
 
 #### Telize (`:telize`)
 
-* **API key**: none
-* **Quota**: none
+* **API key**: required
+* **Quota**: 1,000/day for $7/mo through 100,000/day for $100/mo
 * **Region**: world
-* **SSL support**: no
+* **SSL support**: yes
 * **Languages**: English
-* **Documentation**: http://www.telize.com/
+* **Documentation**: https://market.mashape.com/fcambus/telize
 * **Terms of Service**: ?
 * **Limitations**: ?
+* **Notes**: To use Telize set `Geocoder.configure(:ip_lookup => :telize, :api_key => "your_api_key")`.
 
 #### MaxMind Legacy Web Services (`:maxmind`)
 
-- 
GitLab