README.md in open_street_map-1.1.1 vs README.md in open_street_map-1.1.2

- old
+ new

@@ -1,9 +1,16 @@ # OpenStreetMap Integration of OpenStreetMap api from [Nominatim](https://wiki.openstreetmap.org/wiki/Nominatim) +## Prerequisites + +This project requires: + +* Ruby >= 2.3.1, but can work with earlier versions +* RestClient >= 2.0.2 + ## Installation Add this line to your application's Gemfile: ```ruby @@ -45,11 +52,11 @@ accept_language - Preferred language order for showing search results, default - en email - If you are making large numbers of request please include a valid email address user_agent - User-Agent identifying the application, default - webgents/open_street_map_gem_random hostname - allow overwriting the host name for users who have their own Nominatim installation, default - https://nominatim.openstreetmap.org/ -#### Responces +#### Responses ```ruby [ { "place_id":"91015286", @@ -96,10 +103,10 @@ accept_language - Preferred language order for showing search results, default - en email - If you are making large numbers of request please include a valid email address user_agent - User-Agent identifying the application, default - webgents/open_street_map_gem_random hostname - allow overwriting the host name for users who have their own Nominatim installation, default - https://nominatim.openstreetmap.org/ -#### Responces +#### Responses ```ruby { "place_id":"150727169", "licence":"Data © OpenStreetMap contributors, ODbL 1.0. https:\/\/osm.org\/copyright",