Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codingjester/tumblr
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjester committed Apr 10, 2012
2 parents c6d97d7 + af725a5 commit 6b9c7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,8 +41,8 @@ Getting a specific blog's posts and type:
#Grabbing a specific blogs posts
>> client.posts("codingjester.tumblr.com")

#Grabbing only the last 10 photos off the blog
>> client.posts("codingjester.tumblr.com", "photo", :limit => 10)
#Grabbing only the last 10 photos off the blog
>> client.posts("codingjester.tumblr.com", :type => "photo", :limit => 10)


Posting some photos to Tumblr:
Expand Down

0 comments on commit 6b9c7ac

Please sign in to comment.