lib/breathe_in/cli.rb in breathe_in-0.2.1 vs lib/breathe_in/cli.rb in breathe_in-0.2.2
- old
+ new
@@ -17,10 +17,10 @@
def get_information
get_zipcode
scrape_data
if BreatheIn::Scraper.city_name == nil
- puts "That zipcode is not recognized by Air.gov."
+ puts "That zipcode is not recognized by AirNow.gov."
get_information
else
new_city = BreatheIn::City.new({zipcode: self.class.zipcode})
assign_attributes(new_city)
display_information
\ No newline at end of file