README.md in geolookup-0.6.1 vs README.md in geolookup-0.6.2

- old
+ new

@@ -114,10 +114,14 @@ Geolookup::USA::AreaCodes.find('202') # => {country: 'US', description: '', service: 'y', state: 'DC', type: 'general purpose code'} Geolookup::USA::Zipcodes.lat_long('90012') # => {:lat_int=>39715698, :long_int=>-104814319} + +Geolookup::Country::PhoneCodes.country_to_phone_code("US") +# => 1 ``` + For additional functions and documentation please look in geolookup/fips.rb and geolookup/country.rb. ## Contributing