Update SDK documentation (#20)

* Update SDK documentation

* fix doc
This commit is contained in:
KM Koushik
2024-05-26 15:00:07 +10:00
committed by GitHub
parent 5b5fa74f32
commit ad57992e21
3 changed files with 51 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ description: "Send your mail using unsend in NodeJS"
Get the API key from the [Unsend dashboard](https://app.unsend.dev/api-keys) and initialize the SDK
```javascript
import { Unsend } from "unsend";
const unsend = new Unsend({ apiKey: "us_12345" });
```