README.rdoc in iso_country_codes-0.2.3 vs README.rdoc in iso_country_codes-0.3.0

- old
+ new

@@ -29,9 +29,12 @@ IsoCountryCodes.find('united', :fuzzy => true).name # => 'United Kingdom' # Fetch a country's local currency IsoCountryCodes.find('aus').currency # => "AUD" + # Output an Array of countries and their codes for use form helper methods + IsoCountryCodes.for_select # => Array + == INSTALL: gem install iso_country_codes == LICENSE: