Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radutopala authored Jul 18, 2016
1 parent a738fbb commit 51f33ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $client = new Client([
'clientSecret' => '<yourClientSecret>',
]);
$api = $client->authorize()->api('conversation'); // Skype\Api\Conversation
$api->activity('8:<skypeUsername>', 'Your message');
$api->activity('29:<skypeHash>', 'Your message');
```

### cli:
Expand Down

0 comments on commit 51f33ae

Please sign in to comment.