diff --git a/README.markdown b/README.markdown index 1cf6ce7..b2d3af8 100644 --- a/README.markdown +++ b/README.markdown @@ -59,7 +59,7 @@ geocoder.reverseGeocode( 33.7489, -84.3789, function ( err, data ) { Results will look like standard [Google JSON Output](http://code.google.com/apis/maps/documentation/geocoding/#JSON) -You can pass in an optional options hash as a last argument, useful for setting sensor to true (it defaults to false) and the language (default is empty which means that google geocoder will guess it by geo ip data). For details see the [Google Geocoding API Docs](http://code.google.com/intl/en-US/apis/maps/documentation/geocoding/#GeocodingRequests) +You can pass in an optional options hash as a last argument, useful for setting sensor to true (it defaults to false) and the language (default is empty which means that google geocoder will guess it by geo ip data). For details see the [Google Geocoding API Docs](https://developers.google.com/maps/documentation/javascript/geocoding) ###Testing: `nodeunit test`