diff --git a/README.md b/README.md index f68931b..210af7e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ composer require zepsonsms/php-client ## Usage ```php -$zepson = new ZepzonSms\SDK\Client('username', 'password'); +$zepson = new ZepsonSms\SDK\Client('username', 'password'); echo $zepson->sendSms([ - 'message'=>'Hello, ZepzonSms!', + 'message'=>'Hello, ZepsonSms!', 'to'=>'+380988123456', 'from'=>'ZEPSONSMS' ]); diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d2eeb09..c6f357f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,7 +19,7 @@ verbose="true" > - + tests