Skip to content

Commit 4518745

Browse files
authored
Merge pull request #17 from resendlabs/update-readme
Update package name in README.md
2 parents 24e91d0 + 646c5d8 commit 4518745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Resend PHP
22

33
[![Tests](https://img.shields.io/github/actions/workflow/status/jayanratna/resend-php/tests.yml?label=tests&style=for-the-badge&labelColor=000000)](https://github.com/jayanratna/resend-php/actions/workflows/tests.yml)
4-
[![Packagist Downloads](https://img.shields.io/packagist/dt/resend/client?style=for-the-badge&labelColor=000000)](https://packagist.org/packages/resend/client)
5-
[![Packagist Version](https://img.shields.io/packagist/v/resend/client?style=for-the-badge&labelColor=000000)](https://packagist.org/packages/resend/client)
4+
[![Packagist Downloads](https://img.shields.io/packagist/dt/resend/resend-php?style=for-the-badge&labelColor=000000)](https://packagist.org/packages/resend/resend-php)
5+
[![Packagist Version](https://img.shields.io/packagist/v/resend/resend-php?style=for-the-badge&labelColor=000000)](https://packagist.org/packages/resend/resend-php)
66
[![License](https://img.shields.io/github/license/jayanratna/resend-php?color=9cf&style=for-the-badge&labelColor=000000)](https://github.com/jayanratna/resend-php/blob/main/LICENSE)
77

88
---
@@ -14,7 +14,7 @@
1414
First, install Resend via the [Composer](https://getcomposer.org/) package manager:
1515

1616
```bash
17-
composer require resend/client
17+
composer require resend/resend-php
1818
```
1919

2020
Then, interact with Resend's API:

0 commit comments

Comments
 (0)