From 2efc0f901782f43ecdcef0dcc3eeba37817ce545 Mon Sep 17 00:00:00 2001 From: Nikita Skalkin Date: Tue, 25 Aug 2015 15:24:07 +0300 Subject: [PATCH] missed comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799811370..ef52cc4d2 100644 --- a/README.md +++ b/README.md @@ -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' },