瀏覽代碼

Updated README.

Jordan Wright 10 年之前
父節點
當前提交
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()