Skip to content

Commit

Permalink
Update Resend example README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xinhua committed Sep 20, 2023
1 parent 31e88f2 commit cb9b0fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/resend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This example shows how to use [Resend Node.js SDK](https://resend.com/docs/send-

You can easily get a copy and sending email with Resend on AirCode by clicking the button below.

[![Deploy with AirCode](https://aircode.io/aircode-deploy-button.svg)](https://aircode.io/dashboard?owner=AirCodeLabs&repo=aircode&branch=main&path=examples%2Fresend&appname=resend)
[![Deploy with AirCode](https://aircode.io/aircode-deploy-button.svg)](https://aircode.io/dashboard?owner=AirCodeLabs&repo=aircode&branch=main&path=examples%2Fresend&appname=Resend)

## Prerequisites

Expand Down
5 changes: 2 additions & 3 deletions examples/resend/aircode.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "Resend",
"runtime": "node/v16",
"timeout": 60,
"region": "US",
"retion": "US",
"envs": [
"RESEND_API_KEY"
],
"typescript": true
}
}
2 changes: 1 addition & 1 deletion examples/resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"resend": "0.17.2",
"typescript": "4.9.5"
}
}
}

0 comments on commit cb9b0fb

Please sign in to comment.