README.md in geocoder-1.7.3 vs README.md in geocoder-1.7.4

- old
+ new

@@ -18,11 +18,11 @@ Compatibility: * Ruby versions: 2.1+, and JRuby. * Databases: MySQL, PostgreSQL, SQLite, and MongoDB. -* Rails: 5.x and 6.x. +* Rails: 5.x, 6.x, and 7.x. * Works outside of Rails with the `json` (for MRI) or `json_pure` (for JRuby) gem. Table of Contents ----------------- @@ -76,10 +76,10 @@ results = Geocoder.search([48.856614, 2.3522219]) results.first.address # => "Hôtel de Ville, 75004 Paris, France" ``` -You can also look up the location of an IP addresses: +You can also look up the location of an IP address: ```ruby results = Geocoder.search("172.56.21.89") results.first.coordinates # => [30.267153, -97.7430608]