Skip to content

Commit

Permalink
Merge pull request #1746 from vladimirich/missed-comma
Browse files Browse the repository at this point in the history
Missed comma in Readme
  • Loading branch information
LoicMahieu committed Aug 29, 2015
2 parents f1537d6 + 2efc0f9 commit 7eb8ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -221,7 +221,7 @@ Some variations in different HTTP implementations require a newline/CRLF before,
uri: 'http://service.com/upload',
multipart: [
{
'content-type': 'application/json'
'content-type': 'application/json',
body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})
},
{ body: 'I am an attachment' },
Expand Down

0 comments on commit 7eb8ce7

Please sign in to comment.