README.markdown in onebusaway_updated-0.2.0 vs README.markdown in onebusaway_updated-0.2.1

- old
+ new

@@ -9,10 +9,10 @@ ### Examples Basic usage: require 'rubygems' - require 'onebusaway' + require 'onebusaway_updated' Onebusaway.api_key = 'YOUR_API_KEY' # find a stop by id - returns a Onebusaway::Stop instance stop = Onebusaway.stop_by_id(:id => "1_10020")