Skip to content

Commit

Permalink
Update example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ultramsg authored Apr 5, 2022
1 parent 17a0b10 commit 1e8b4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct($ultramsg_token, $instance_id)
//require_once ('vendor/autoload.php'); // if you use Composer
//composer require ultramsg/whatsapp-php-sdk

require_once('ultramsg.class.php'); //Latest 2.0.1 stable
require_once('ultramsg.class.php'); //Latest 2.0.3 stable
//Include a dictionary to generate random words and sentences
require_once('ultramsg-dictionary.php');

Expand Down

0 comments on commit 1e8b4b7

Please sign in to comment.