Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 26, 2012
1 parent 904b77a commit b191fc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Twitter:

Despite the removal of certain underlying functionality in Twitter API v1.1,
this library aims to preserve backward-compatibility wherever possible. For
example, despite the remove of the [`GET
example, despite the removal of the [`GET
statuses/retweeted_by_user`][retweeted_by_user] resource, the
`Twitter::API#retweeted_by_user` method continues to exist, implemented by
making multiple requests to the [`GET statuses/user_timeline`][user_timeline]
Expand Down Expand Up @@ -292,9 +292,8 @@ Twitter.update("I'm tweeting with @gem!")
###### Read the most recent Tweet in your timeline
```ruby
Twitter.home_timeline.first.text

For more usage examples, please see the full [documentation][].
```
For more usage examples, please see the full [documentation][].

## Performance
You can improve performance by loading a faster JSON parsing library. By
Expand Down

0 comments on commit b191fc5

Please sign in to comment.