Skip to content

Commit

Permalink
chore: Standardize README
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Jun 3, 2023
1 parent c34ff7b commit ee4e45e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ yarn add resend

## Examples

Send email with:

* [Node.js](https://github.com/resendlabs/resend-node-example)
* [Next.js (App Router)](https://github.com/resendlabs/resend-nextjs-app-router-example)
* [Next.js (Pages Router)](https://github.com/resendlabs/resend-nextjs-pages-router-example)
Expand All @@ -23,7 +25,7 @@ First, you need to get an API key, which is available in the [Resend Dashboard](

```js
import { Resend } from 'resend';
const resend = new Resend('re_123');
const resend = new Resend('re_123456789');
```

## Usage
Expand Down

0 comments on commit ee4e45e

Please sign in to comment.