Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sutton committed Jan 14, 2011
1 parent 31ccde5 commit 4e57cac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ TumblrKit is a light-weight wrapper around Tumblr's API in Objective-C.
Currently you can:

* Fetch posts from Tumblr (regular, conversation, quote and link)
* Upload posts to Tumblr (regular, conversation, quote and link)
* Upload posts to Tumblr (regular, conversation, quote, link and photo)

Usage
-----
Expand Down Expand Up @@ -51,3 +51,7 @@ To upload a TKPost:
// Tumblelog.
[tumblr uploadPost:thePost];

To Do
-----

* Currently network connections are synchronous. Need to add support for asynchronous connections, and respective delegate methods.

0 comments on commit 4e57cac

Please sign in to comment.