diff --git a/README.md b/README.md index 7134f01..9491ad0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Example openInbox(function(err, mailbox) { if (err) die(err); imap.seq.fetch(mailbox.messages.total + ':*', { struct: false }, - { headers: ['from'], + { headers: 'from', body: true, cb: function(fetch) { fetch.on('message', function(msg) {