chore(email-*): remove excess backtick in readme install commands
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user