From ccfbbbb7fcd3ed5d13744e7f72884391d4df7756 Mon Sep 17 00:00:00 2001 From: Julia Romanenkova Date: Mon, 24 Nov 2025 14:27:05 -0300 Subject: [PATCH] docs: clarify API key creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 707dd41..346937d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The quickest way to send a single transactional email with only the required par import { MailtrapClient } from "mailtrap"; const mailtrap = new MailtrapClient({ - token: process.env.MAILTRAP_API_KEY, // your API key here https://mailtrap.io/api-tokens + token: process.env.MAILTRAP_API_KEY, // You can create your API key here https://mailtrap.io/api-tokens }); mailtrap