Skip to content

Commit 74e7fb5

Browse files
Merge pull request #87 from huhubi/patch-1
Wrong import statement in README.md
2 parents 692e1b8 + e8300e4 commit 74e7fb5

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
@@ -138,7 +138,7 @@ Through the `MailerSendResponse` object you can get the ID of the sent message,
138138
### Send an email
139139

140140
```java
141-
import com.mailersend.sdk.Email;
141+
import com.mailersend.sdk.emails.Email;
142142
import com.mailersend.sdk.MailerSend;
143143
import com.mailersend.sdk.MailerSendResponse;
144144
import com.mailersend.sdk.exceptions.MailerSendException;

0 commit comments

Comments
 (0)