Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuradiyana authored Jun 12, 2023
1 parent fc83a6d commit 62ff2f3
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 @@ -33,7 +33,7 @@ use Inisiatif\WhatsappQontakPhp\Message\Message;
use Inisiatif\WhatsappQontakPhp\Message\Receiver;
use Inisiatif\WhatsappQontakPhp\Message\Language;

$credentials = Credential('username', 'password', 'clientId', 'clientSecret');
$credentials = new Credential('username', 'password', 'clientId', 'clientSecret');

$client = new Client($credentials);

Expand Down

0 comments on commit 62ff2f3

Please sign in to comment.