Skip to content
Snippets Groups Projects
Commit c9dda094 authored by Fernando Morgenstern's avatar Fernando Morgenstern
Browse files

Small typo fix in README file.

parent 73be5871
No related branches found
No related tags found
No related merge requests found
......@@ -430,7 +430,7 @@ Yahoo BOSS is **not a free service**. As of November 17, 2012 Yahoo no longer of
* **Documentation**: http://www.maxmind.com/en/city
* **Terms of Service**: ?
* **Limitations**: ?
* **Notes**: You must add the **geoip gem** to your Gemfile or have it installed in your system. You also have specify the path of the MaxMind database in your configuration. For example: `Geocoder.configure(:maxmind_local => {:database => File.join('folder', 'GeoLiteCity.dat')})`.
* **Notes**: You must add the **geoip gem** to your Gemfile or have it installed in your system. You also have to specify the path of the MaxMind database in your configuration. For example: `Geocoder.configure(:maxmind_local => {:database => File.join('folder', 'GeoLiteCity.dat')})`.
#### ESRI (`:esri`)
......
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