diff --git a/README.md b/README.md
index ffc420bdcc8821df5a2902892da53b1ba322635c..6508a965b8a519737f35c2ca17d5564894d73cb7 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)