diff --git a/README.md b/README.md index 4c79fd0..736556c 100644 --- a/README.md +++ b/README.md @@ -574,8 +574,8 @@ Connection Instance Methods * **bodies** - _mixed_ - A string or Array of strings containing the body part section to fetch. **Default:** (none) Example sections: * 'HEADER' - The message header - * 'HEADER.FIELDS(TO FROM SUBJECT)' - Specific header fields only - * 'HEADER.FIELDS.NOT(TO FROM SUBJECT)' - Header fields only that do not match the fields given + * 'HEADER.FIELDS (TO FROM SUBJECT)' - Specific header fields only + * 'HEADER.FIELDS.NOT (TO FROM SUBJECT)' - Header fields only that do not match the fields given * 'TEXT' - The message body * '' - The entire message (header + body) * 'MIME' - MIME-related header fields only (e.g. 'Content-Type')