Skip to content

Commit 7d05b6c

Browse files
committed
fix the wrong import for the SDK
1 parent 0db008f commit 7d05b6c

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
@@ -95,7 +95,7 @@ emailjs.send('<YOUR_SERVICE_ID>', '<YOUR_TEMPLATE_ID>').then(
9595
**await/async with EmailJS error handler**
9696

9797
```js
98-
import { send, EmailJSResponseStatus } from '@emailjs/nodejs';
98+
import emailjs, { EmailJSResponseStatus } from '@emailjs/nodejs';
9999

100100
try {
101101
await emailjs.send(

0 commit comments

Comments
 (0)