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