Skip to content

Commit 8a70e4b

Browse files
author
Sergey Khomushin
committed
README.md: fix the package name in the example
1 parent b92f8fd commit 8a70e4b

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
@@ -65,7 +65,7 @@ emailjs.sendForm('<YOUR SERVICE ID>','<YOUR TEMPLATE ID>', '#myForm')
6565

6666
__Angular X / VueJS / ReactJS__
6767
``` js
68-
import emailjs from 'emailjs-com';
68+
import emailjs from '@emailjs/browser';
6969

7070
const templateParams = {
7171
name: 'James',

0 commit comments

Comments
 (0)