Commit e8300e4
authored
Wrong import statement in README.md
Wrong import in "Send Email" description.
The import in line 141 was com.mailersend.sdk.Email; but it is described in all other examples as import com.mailersend.sdk.emails.Email; - this import works, but the other one cannot be resolved by the IDE1 parent a221ecc commit e8300e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments