From 47f77dbb650119bb0bde57ca5a2e674f0edec3f3 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Sat, 12 Sep 2015 20:36:18 -0500 Subject: [PATCH] Updated README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 975be75..a80dfd6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ e := &email.Email { } ``` +#### Creating an Email From an io.Reader +You can also create an email from any type that implements the ```io.Reader``` interface by using ```email.NewEmailFromReader```. + #### Attaching a File ``` e := NewEmail()