README.md in twitter-5.9.0 vs README.md in twitter-5.10.0
- old
+ new
@@ -4,19 +4,19 @@
[][travis]
[][gemnasium]
[][codeclimate]
[][coveralls]
[][gittip]
-[][inchpages]
+[][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