diff --git a/README.md b/README.md index b24745a..5ed92ec 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ libUnreadMail This library implements barely enough IMAP to read unseen mail. It also contains an example program, that fetches said mails and prints them to stdout. -You can use either Fetch(*Parameters) or FetchPlaintext(*Parameters) provided +You can use either Fetch(p) or FetchPlaintext(p) provided in libUnreadMail.go as your entry points. The former fetches the whole message as golangs net/mail, the latter fetches the plain-text parts as strings.