From e4e336f5ae2227fef1bc0ec08a202c9ee0a49e02 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Thu, 17 Feb 2011 21:02:26 -0500 Subject: [PATCH] Fix incorrect method name (thanks matchu). --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index dee5d23c..a5165314 100644 --- a/README.rdoc +++ b/README.rdoc @@ -71,7 +71,7 @@ Some utility methods are also available: Geocoder::Calculations.distance_between( 48.858205,2.294359, 40.748433,-73.985655 ) # look up coordinates of some location (like searching Google Maps) - Geocoder.fetch_coordinates("25 Main St, Cooperstown, NY") + Geocoder::Lookup.coordinates("25 Main St, Cooperstown, NY") # find the geographic center (aka center of gravity) of objects or points Geocoder::Calculations.geographic_center([ city1, city2, city3, [40.22,-73.99], city4 ]) -- GitLab