Skip to content

Commit

Permalink
Merge pull request #4 from taverasmisael/patch-1
Browse files Browse the repository at this point in the history
typo on readme
  • Loading branch information
Sh4yy authored Jun 17, 2023
2 parents daa1faf + 4704fa4 commit c2e7e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can also specify a sender and recipient name by adding a `name` parameter to

### Sending to Multiple Recipients

You may also send to multiple recipients by passing an array of eamils, or an array of objects with `email` and `name` properties.
You may also send to multiple recipients by passing an array of emails, or an array of objects with `email` and `name` properties.

```json
{
Expand Down Expand Up @@ -106,7 +106,7 @@ or

### Sending BCC and CC

You can also send BCC and CC emails by passing an array of eamils, an object with `email` and `name` properties, or an array of either, similar to the `to` parameter.
You can also send BCC and CC emails by passing an array of emails, an object with `email` and `name` properties, or an array of either, similar to the `to` parameter.

```json
{
Expand Down

0 comments on commit c2e7e1a

Please sign in to comment.