README.md in geolookup-0.5.8 vs README.md in geolookup-0.5.9

- old
+ new

@@ -59,10 +59,18 @@ # US State Abbreviations Geolookup::USA::State.abbreviations # => ["AL", "AK", "AZ", ...] +# US Domenstic Abbreviations +Geolookup::USA::State.domestic_abbreviations +# => ["CA", "AZ", ...] + +# US Domenstic names +Geolookup::USA::State.domestic_names +# => ["California", "Arizona", ...] + # US State Codes Geolookup::USA::State.codes # => [1, 2, 4, ...] # US County Examples: @@ -102,6 +110,6 @@ 4. Commit your changes (`git commit -am 'Add some feature'`) 5. Push to the branch (`git push origin my-new-feature`) 6. Create new Pull Request ## Running the Specs - $ rake \ No newline at end of file + $ rake