README.md in twitter-5.9.0 vs README.md in twitter-5.10.0

- old
+ new

@@ -4,19 +4,19 @@ [![Build Status](http://img.shields.io/travis/sferik/twitter.svg)][travis] [![Dependency Status](http://img.shields.io/gemnasium/sferik/twitter.svg)][gemnasium] [![Code Climate](http://img.shields.io/codeclimate/github/sferik/twitter.svg)][codeclimate] [![Coverage Status](http://img.shields.io/coveralls/sferik/twitter.svg)][coveralls] [![Gittip](http://img.shields.io/gittip/gems.svg)][gittip] -[![Inline docs](http://inch-pages.github.io/github/sferik/twitter.png)][inchpages] +[![Inline docs](http://inch-ci.org/github/sferik/twitter.png)][inchpages] [gem]: https://rubygems.org/gems/twitter -[travis]: http://travis-ci.org/sferik/twitter +[travis]: https://travis-ci.org/sferik/twitter [gemnasium]: https://gemnasium.com/sferik/twitter [codeclimate]: https://codeclimate.com/github/sferik/twitter [coveralls]: https://coveralls.io/r/sferik/twitter [gittip]: https://www.gittip.com/gems/ -[inchpages]: http://inch-pages.github.io/github/sferik/twitter +[inchpages]: http://inch-ci.org/github/sferik/twitter A Ruby interface to the Twitter API. ## Installation gem install twitter @@ -316,10 +316,10 @@ method has been removed. ### Trend Results The `#trends` method now returns an [`Enumerable`][enumerable] `Twitter::TrendResults` object instead of an array. This object provides -methods to determinte the recency of the trend (`#as_of`), when the trend +methods to determine the recency of the trend (`#as_of`), when the trend started (`#created_at`), and the location of the trend (`#location`). This data was previously unavailable. ### Geo Results Similarly, the `#reverse_geocode`, `#geo_search`, and `#similar_places` methods