Jordan Wright 10 жил өмнө
parent
commit
47f77dbb65
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      README.md

+ 3 - 0
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()