correct markdown syntax in readme

This commit is contained in:
Alexander Weinhold 2017-08-05 18:56:28 +02:00
parent ca230a6e8b
commit d491e434a1

View File

@ -4,7 +4,7 @@ libUnreadMail
This library implements barely enough IMAP to read unseen mail. It also 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. 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 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. as golangs net/mail, the latter fetches the plain-text parts as strings.