Skip to content

Commit

Permalink
fix: Typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Dec 22, 2023
1 parent 3d9d317 commit 507930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The maildev UI is available at [0.0.0.0:1080](http://0.0.0.0:1080).

Emails templates are built with `react-email` components in the `src/emails` folder.

You can preview an email template at `http://localhost:3000/devtools/email/templates/{template}` where `{template}` is the name of the template file in the `src/emails/templates` folder.
You can preview an email template at `http://localhost:3000/devtools/email/{template}` where `{template}` is the name of the template file in the `src/emails/templates` folder.

Example: [Login Code](http://localhost:3000/devtools/email/login-code)

Expand Down

1 comment on commit 507930c

@vercel
Copy link

@vercel vercel bot commented on 507930c Dec 22, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.