From c45ab05455cb72fce967a72fad7f94b7c2914fba Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 14 Nov 2010 01:36:55 -0500 Subject: [PATCH] Fixed error in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292b722..7dd4c9b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The above structure describes a message having both an attachment and two forms Each message part is identified by a partID which is used when you want to fetch the content of that part (**see fetch()**). The structure of a message with only one part will simply look something like this: - [ { partID: '1.1' + [ { partID: '1' , type: { name: 'text/plain' , params: { charset: 'ISO-8859-1' }