Skip to content

Commit 26eaeb8

Browse files
xndrdevfelixhammerl
authored andcommitted
Fix typo in example
I think it's easier to understand if you import 'MimeBuilder', that is used in the example.
1 parent 35c2a60 commit 26eaeb8

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
@@ -17,7 +17,7 @@ Install via
1717
... and then use via
1818

1919
```javascript
20-
import Mimebuilder from 'emailjs-mime-builder'
20+
import MimeBuilder from 'emailjs-mime-builder'
2121
```
2222

2323
Create a new `MimeBuilder` object with

0 commit comments

Comments
 (0)