Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Merge 5e13f35 into d78ee61
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosuave committed Nov 9, 2014
2 parents d78ee61 + 5e13f35 commit a5f8397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ authenticated_client.subscribe 'ruby'
**Upvote the top post in a subreddit:**

```ruby
posts = authenticated_client.posts 'programming', :category => :top, :time => :all
posts = authenticated_client.links 'programming', :category => :top, :time => :all
authenticated_client.upvote posts.first
```

Expand Down

0 comments on commit a5f8397

Please sign in to comment.