We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92f8fd commit 8a70e4bCopy full SHA for 8a70e4b
README.md
@@ -65,7 +65,7 @@ emailjs.sendForm('<YOUR SERVICE ID>','<YOUR TEMPLATE ID>', '#myForm')
65
66
__Angular X / VueJS / ReactJS__
67
``` js
68
-import emailjs from 'emailjs-com';
+import emailjs from '@emailjs/browser';
69
70
const templateParams = {
71
name: 'James',
0 commit comments