Skip to content

Commit

Permalink
sm
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-cms committed Mar 11, 2022
1 parent 9706498 commit 37ed0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]);
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
verbose="true"
>
<testsuites>
<testsuite name="ZepzonSms Test Suite">
<testsuite name="ZepsonSms Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 37ed0a1

Please sign in to comment.