Skip to content

Commit 3695148

Browse files
authored
Merge pull request #109 from evatorium/fix/update-readme-api-key-text
docs: clarify API key generation link in README
2 parents 17f4db8 + ccfbbbb commit 3695148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The quickest way to send a single transactional email with only the required par
3636
import { MailtrapClient } from "mailtrap";
3737

3838
const mailtrap = new MailtrapClient({
39-
token: process.env.MAILTRAP_API_KEY, // your API key here https://mailtrap.io/api-tokens
39+
token: process.env.MAILTRAP_API_KEY, // You can create your API key here https://mailtrap.io/api-tokens
4040
});
4141

4242
mailtrap

0 commit comments

Comments
 (0)