Skip to content

Commit 31ee77d

Browse files
authored
fix: wrong syntax in rendering template note
1 parent 308d251 commit 31ee77d

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
@@ -119,7 +119,7 @@ console.log(`Email ${data.id} with a React template has been sent`);
119119
```
120120

121121
> [!NOTE]
122-
> If your endpoint is a JS/TS file, render the template (i.e., pass `EmailTemplate({firstName="John", product="MyApp"})` instead of the component).
122+
> If your endpoint is a JS/TS file, render the template (i.e., pass `EmailTemplate({firstName: "John", product: "MyApp"})` instead of the component).
123123
124124
## License
125125

0 commit comments

Comments
 (0)