diff --git a/README.rdoc b/README.rdoc
index dee5d23cf4f63459ecb9abf6c81a3518a6cfefed..a516531482d0efeade4724f5eeedfbd72f7efe22 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 ])