Skip to content

Commit 12fe0f7

Browse files
committed
Fixed type in readme
1 parent 209d60e commit 12fe0f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ It also expects a content disposition header per request part in the batch.
184184

185185
Therefore you will need to setup the library to do this. Add the below to your config object when initialising the batch endpoint.
186186

187+
```language-javascript
187188
{
188-
batchRequestHeaders: {'Content-disposition': 'form-data'}
189+
batchRequestHeaders: {'Content-disposition': 'form-data'},
189190
batchPartRequestHeaders: {'Content-disposition': 'form-data'}
190191
}
192+
```

0 commit comments

Comments
 (0)