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
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @payloadcms/email-nodemailer` nodemailer
|
pnpm add @payloadcms/email-nodemailer nodemailer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ This adapter allows you to send emails using the [Resend](https://resend.com) RE
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @payloadcms/email-resend`
|
pnpm add @payloadcms/email-resend
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user