From 4252a06b71f21299aadb79729a1dbb1300c887c6 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Wed, 6 Apr 2011 10:10:53 -0400
Subject: [PATCH] Fix error in README.

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

diff --git a/README.rdoc b/README.rdoc
index 2d79b344..551c363e 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -122,7 +122,7 @@ Some utility methods are also available:
    => 3619.77359999382
 
   # find the geographic center (aka center of gravity) of objects or points
-  Geocoder::Calculations.geographic_center(city1, city2, [40.22,-73.99], city4)
+  Geocoder::Calculations.geographic_center([city1, city2, [40.22,-73.99], city4])
    => [35.14968, -90.048929]
 
 Please see the code for more methods and detailed information about arguments (eg, working with kilometers).
-- 
GitLab