diff --git a/README.md b/README.md index 338cc55..f78c984 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 = new Tumblr($configs); // get Zend_Oauth_Consumer instance $oauthConsumer = $tumblr->getOauthConsumer();