From fd75cabfa9febb04a8ab214d2ef63d718aaad84c Mon Sep 17 00:00:00 2001 From: Kyle Keesling <kyle.keesling@gmail.com> Date: Fri, 6 Jan 2017 19:00:42 -0500 Subject: [PATCH] fix typo in Google API signup URL (#1139) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc420bd..6508a965 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ The following is a comparison of the supported geocoding APIs. The "Limitations" #### Google (`:google`) * **API key**: optional, but quota is higher if key is used (use of key requires HTTPS so be sure to set: `:use_https => true` in `Geocoder.configure`) -* **Key signup**: https://console.developers.google.com//flows/enableapi?apiid=geocoding_backend&keyType=SERVER_SIDE +* **Key signup**: https://console.developers.google.com/flows/enableapi?apiid=geocoding_backend&keyType=SERVER_SIDE * **Quota**: 2,500 requests/24 hrs, 5 requests/second * **Region**: world * **SSL support**: yes (required if key is used) -- GitLab