Skip to content

Commit 37ed0a1

Browse files
committed
sm
1 parent 9706498 commit 37ed0a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ composer require zepsonsms/php-client
1111
## Usage
1212

1313
```php
14-
$zepson = new ZepzonSms\SDK\Client('username', 'password');
14+
$zepson = new ZepsonSms\SDK\Client('username', 'password');
1515
echo $zepson->sendSms([
16-
'message'=>'Hello, ZepzonSms!',
16+
'message'=>'Hello, ZepsonSms!',
1717
'to'=>'+380988123456',
1818
'from'=>'ZEPSONSMS'
1919
]);

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
verbose="true"
2020
>
2121
<testsuites>
22-
<testsuite name="ZepzonSms Test Suite">
22+
<testsuite name="ZepsonSms Test Suite">
2323
<directory>tests</directory>
2424
</testsuite>
2525
</testsuites>

0 commit comments

Comments
 (0)