From 1c0ce90a9bddb0d853f00f591e40f88c2dd92e71 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 17 Jun 2011 00:47:00 -0400
Subject: [PATCH] Fix README: wrong method name.

---
 README.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rdoc b/README.rdoc
index c12e3ae6..8d1e96b6 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.)
-- 
GitLab