diff --git a/README.md b/README.md index bf0d796..7c54b61 100755 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ These are the available config options for making requests. Only the `url` is re // Do whatever you want with the native progress event }, - // `maxContentLength` defines the max size of the http response content allowed + // `maxContentLength` defines the max size of the http response content in bytes allowed maxContentLength: 2000, // `validateStatus` defines whether to resolve or reject the promise for a given