From 45a19878f7bd50dbe147a58698128b140d3afe9e Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Sun, 23 Dec 2012 10:33:36 -0500
Subject: [PATCH] Fix reference to incorrect version number.

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

diff --git a/README.md b/README.md
index b7d73daf..1c6d6e32 100644
--- a/README.md
+++ b/README.md
@@ -286,7 +286,7 @@ By default Geocoder uses Google's geocoding API to fetch coordinates and street
 
     )
 
-Please see lib/geocoder/configuration.rb for a complete list of configuration options. Additionally, some lookups have their own configuration options which are listed in the comparison chart below, and as of version 1.2.0 you can pass arbitrary parameters to any geocoding service. For example, to use Nominatim's `countrycodes` parameter:
+Please see lib/geocoder/configuration.rb for a complete list of configuration options. Additionally, some lookups have their own configuration options which are listed in the comparison chart below, and as of version 1.1.4 you can pass arbitrary parameters to any geocoding service. For example, to use Nominatim's `countrycodes` parameter:
 
     Geocoder.configure(:lookup => :nominatim)
     Geocoder.search("Paris", :params => {:countrycodes => "gb,de,fr,es,us"})
-- 
GitLab