From 1dfca7cfa4bbcb078ff09cc5fcdab18e5d464208 Mon Sep 17 00:00:00 2001
From: Jed Schneider <jed.schneider@modeset.com>
Date: Tue, 16 Oct 2012 16:33:26 -0400
Subject: [PATCH] fixing typo in README

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

diff --git a/README.md b/README.md
index b5f53b92..81b4dda4 100644
--- a/README.md
+++ b/README.md
@@ -363,7 +363,7 @@ The following is a comparison of the supported geocoding APIs. The "Limitations"
 
 #### Mapquest (`:mapquest`)
 
-* **API key**: required for the licensed API, do use for open tier
+* **API key**: required for the licensed API, do not use for open tier
 * **Quota**: ?
 * **HTTP Headers**: in order to use the licensed API you can configure the http_headers to include a referer as so:
     `Geocoder::Configuration.http_headers = { "Referer" => "http://foo.com" }`
-- 
GitLab