Update Readme.md

typo
This commit is contained in:
Mathias Gebbe 2014-05-13 17:31:58 +02:00
parent edb8a4c18e
commit 22366489c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('OAuth1.0',function(){
);
oauth.get(
'https://api.twitter.com/1.1/trends/place.json?id=23424977',
'your user toke for this app', //test user token
'your user token for this app', //test user token
'your user secret for this app', //test user secret
function (e, data, res){
if (e) console.error(e);