From 6f9bf4fd37aac2a3e33e9c8230d8a02a6f11490f Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 21 Dec 2012 18:56:30 -0500 Subject: [PATCH] Fix incorrect method call closing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3de0784..b7d73daf 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ By default Geocoder uses Google's geocoding API to fetch coordinates and street :cache => Redis.new, :cache_prefix => "..." - end + ) 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: -- GitLab