README.txt in alexrabarts-iso_country_codes-0.1.2 vs README.txt in alexrabarts-iso_country_codes-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ = iso_country_codes == DESCRIPTION: -Provides ISO codes and names for countries. +Provides ISO codes, names and currencies for countries. == FEATURES: * Search by name or code (alpha-2, alpha-3 or numeric) @@ -25,9 +25,12 @@ # Codes can be found by country name IsoCountryCodes.find('australia') # Inexact matches can also be found IsoCountryCodes.find('united', :fuzzy => true).name # => 'United Kingdom' + + # Fetch a country's local currency + IsoCountryCodes.find('aus').currency # => "AUD" == INSTALL: * Via git: