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();