diff --git a/README.rdoc b/README.rdoc
index c12e3ae6861220f45ac25feac81607ab93d52d25..8d1e96b610b01fd624f3ce9d72df26ebd0d13dda 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -211,7 +211,7 @@ Every <tt>Geocoder::Result</tt> object, +result+, provides the following data:
 * <tt>result.state</tt> - string
 * <tt>result.state_code</tt> - string
 * <tt>result.postal_code</tt> - string
-* <tt>result.country_name</tt> - string
+* <tt>result.country</tt> - string
 * <tt>result.country_code</tt> - string
 
 If you're familiar with the results returned by the geocoding service you're using you can access even more data, but you'll need to be familiar with the particular <tt>Geocoder::Result</tt> object you're using and the structure of your geocoding service's responses. (See below for links to geocoding service documentation.)