README.rdoc in iso_country_codes-0.7.1 vs README.rdoc in iso_country_codes-0.7.2

- old
+ new

@@ -11,10 +11,10 @@ * Search by name, currency code or calling/dialing code == SYNOPSIS: # Finding an ISO code returns the country name and other code formats - code = IsoCountryCodes.find('usa') + code = IsoCountryCodes.find('gb') code.name # => "United Kingdom of Great Britain and Northern Ireland" code.numeric # => "826" code.alpha2 # => "GB" code.alpha3 # => "GBR" code.calling # => "+44"