Skip to content

Commit 7c582c9

Browse files
committed
update README badges to reflect correct package name
1 parent 18beb10 commit 7c582c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![PHP Composer](https://github.com/usevalid-email/php-sdk/actions/workflows/php.yml/badge.svg)](https://github.com/usevalid-email/php-sdk/actions/workflows/php.yml)
44

5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/usevalid-email/sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/sdk)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/usevalid-email/sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/sdk)
7-
[![License](https://img.shields.io/packagist/l/usevalid-email/sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/sdk)
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/usevalid-email/php-sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/php-sdk)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/usevalid-email/php-sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/php-sdk)
7+
[![License](https://img.shields.io/packagist/l/usevalid-email/php-sdk.svg?style=flat-square)](https://packagist.org/packages/usevalid-email/php-sdk)
88

99
Validate Your Emails with Confidence
1010

@@ -26,8 +26,9 @@ use UseValidEmail\Sdk;
2626
$token = 'your-access-token';
2727
$sdk = new Sdk($token);
2828
```
29+
2930
### Validate Email
30-
31+
3132
```php
3233
use UseValidEmail\Sdk\Exceptions\AccessTokenException;
3334
use UseValidEmail\Sdk\Exceptions\ForbiddenException;
@@ -60,6 +61,7 @@ try {
6061
// Handle exception
6162
}
6263
```
64+
6365
## Testing
6466

6567
```bash

0 commit comments

Comments
 (0)