readme update 📚

This commit is contained in:
Kevin Chen 2018-05-03 22:20:35 -04:00
parent 9b9506a6eb
commit 592787fd9e

View File

@ -41,7 +41,7 @@ for _, a := range(email.Attachments) {
## Retrieving embedded files
You can access embedded files in the same way you can access attachments. THey contain the mime type, data stream and content id that is used to reference them through the email.
You can access embedded files in the same way you can access attachments. They contain the mime type, data stream and content id that is used to reference them through the email.
```go
var reader io.Reader