Skip to content
Snippets Groups Projects
Commit 35aab557 authored by JSON Deppen's avatar JSON Deppen Committed by GitHub
Browse files

Link to configuration.rb vs reference

parent 1a22d7f1
No related branches found
No related tags found
No related merge requests found
......@@ -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]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment