Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 184144d

Browse files
author
Felix Hammerl
committed
change readme
1 parent 4eae9fd commit 184144d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Here's what you do in you own app
8989
subject: 'hello, pgp',
9090
body: 'hello, world!',
9191
attachments: [{
92-
contentType: 'text/plain',
93-
fileName: 'a.txt',
94-
uint8Array: // a UInt8Array that contains your attachment
92+
mimeType: 'text/plain',
93+
filename: 'a.txt',
94+
content: // a UInt8Array that contains your attachment
9595
}]
9696
};
9797
var cleartextMessage = 'This message is prepended to your encrypted message and displayed in the clear even if your recipient does not speak PGP!';

0 commit comments

Comments
 (0)