Skip to content

Commit

Permalink
Fixed type in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsamwell committed Jul 15, 2015
1 parent 209d60e commit 12fe0f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
}
```

0 comments on commit 12fe0f7

Please sign in to comment.