From 35aab5574db93f835bf1a17048f6623f94a1bb29 Mon Sep 17 00:00:00 2001 From: JSON Deppen <jDeppen@gmail.com> Date: Fri, 14 Jul 2017 11:41:45 -0400 Subject: [PATCH] Link to configuration.rb vs reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 384fccd2..2d5c8053 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Some common configuration options are: ) -Please see `lib/geocoder/configuration.rb` for a complete list of configuration options. Additionally, some lookups have their own configuration options, some of which are directly supported by Geocoder. For example, to specify a value for Google's `bounds` parameter: +Please see [`lib/geocoder/configuration.rb`](https://github.com/alexreisner/geocoder/blob/master/lib/geocoder/configuration.rb) for a complete list of configuration options. Additionally, some lookups have their own configuration options, some of which are directly supported by Geocoder. For example, to specify a value for Google's `bounds` parameter: # with Google: Geocoder.search("Paris", :bounds => [[32.1,-95.9], [33.9,-94.3]]) -- GitLab