README.md in undergroundweather-0.0.2 vs README.md in undergroundweather-0.0.3

- old
+ new

@@ -12,23 +12,23 @@ * satellite - Returns a URL link to .gif visual and infrared satellite images. * webcams - Returns locations of nearby Personal Weather Stations and URL's for images from their web cams. ``` gem install undergroundweather +``` +``` +require 'undergroundweather' + api_key = 'xxxxxxxx' # Your WU API Key uw = UndergroundWeather.new(api_key) zip_code = 19106 -uw.<endpoint>(zip_code) # conditions, forecast, astronomy, etc... +uw.[endpoint](zip_code) # conditions, forecast, astronomy, etc... ``` ## Development ### ToDo https://github.com/brookemckim/undergroundweather/issues?labels=Story&sort=created&direction=desc&state=open&page=1 -### Testing +### Tests Using minitest/spec - -``` -rake test -``` \ No newline at end of file