chore(email-*): remove excess backtick in readme install commands

This commit is contained in:
Alessio Gravili
2024-05-22 13:59:33 -04:00
parent 6b45cf3197
commit 7bcb4ba1cc
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ It abstracts all of the email functionality that was in Payload by default in 2.
## Installation
```sh
pnpm add @payloadcms/email-nodemailer` nodemailer
pnpm add @payloadcms/email-nodemailer nodemailer
```
## Usage

View File

@@ -5,7 +5,7 @@ This adapter allows you to send emails using the [Resend](https://resend.com) RE
## Installation
```sh
pnpm add @payloadcms/email-resend`
pnpm add @payloadcms/email-resend
```
## Usage