Skip to content

Commit

Permalink
changed token to authtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmarkgo committed Jun 16, 2012
1 parent f1f4cd9 commit 04976ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ var client = new Telenode(Telenode.providers.twilio);

client.credentials({
sid: 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
token: 'YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY'
authToken: 'YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY'
});

client.SMS.send({
Expand Down

0 comments on commit 04976ad

Please sign in to comment.