Skip to content

Commit

Permalink
fix(docs): yarn install command in html.mdx (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrierscript authored Feb 12, 2025
1 parent cfd7e1c commit 8a8e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/html.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn add @react-email/components -E

# or get the individual package

pnpm add @react-email/html -E
yarn add @react-email/html -E
```

```sh pnpm
Expand Down

1 comment on commit 8a8e74f

@vercel
Copy link

@vercel vercel bot commented on 8a8e74f Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-email-demo – ./apps/demo

react-email-demo-git-main-resend.vercel.app
demo.react.email
react-email-demo-resend.vercel.app
react-email-demo.vercel.app

Please sign in to comment.