From e02f02bc4c27dd253353ab50ebd49206197eff84 Mon Sep 17 00:00:00 2001 From: Vincenzo Russo Date: Sun, 4 Mar 2012 00:52:10 +0000 Subject: [PATCH] Mispelled Tumblr() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338cc55..7312ea6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Example #1-1 : If you do not have an access token $configs = array('consumerKey' => $consumerKey, 'consumerSecret' => $consumerSecret); - $tumblr = Tubmlr($configs); + $tumblr = Tumblr($configs); // get Zend_Oauth_Consumer instance $oauthConsumer = $tumblr->getOauthConsumer();