From 12fe0f7f23a212bf9822e7a2899b1e2989a73495 Mon Sep 17 00:00:00 2001 From: Jon Samwell Date: Wed, 15 Jul 2015 11:48:46 +1000 Subject: [PATCH] Fixed type in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e253e7a..7de9b87 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,9 @@ It also expects a content disposition header per request part in the batch. Therefore you will need to setup the library to do this. Add the below to your config object when initialising the batch endpoint. +```language-javascript { - batchRequestHeaders: {'Content-disposition': 'form-data'} + batchRequestHeaders: {'Content-disposition': 'form-data'}, batchPartRequestHeaders: {'Content-disposition': 'form-data'} } +``` \ No newline at end of file