From 4e57cac334269f3306c20121ff04124f8878abed Mon Sep 17 00:00:00 2001 From: Igor Sutton Date: Fri, 14 Jan 2011 00:42:28 -0200 Subject: [PATCH] Updated README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae6fc7..ce28224 100644 --- a/README.md +++ b/README.md @@ -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 ----- @@ -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.