README.md in noaa-alerts-0.0.2 vs README.md in noaa-alerts-0.1.0
- old
+ new
@@ -1,6 +1,6 @@
-# Noaa::Alerts
+# noaa-alerts
A library for consuming and formatting NOAA National Weather Service alerts.
## Installation
@@ -24,10 +24,10 @@
puts noaa.alerts[0].description # => 'THE NATIONAL WEATHER SERVICE IN UPTON NY HAS ISSUED A\n* SEVERE THUNDERSTORM WARNING FOR...'
puts noaa.alerts[0].locations.join(', ') # => 'Rockland, Westchester'
## Requirements
-Requires Ruby 1.9
+Ruby 1.9
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)