Update README.md to correct the formData content-type
According to request document (https://github.com/request/request#forms), `formData` generates `content-type` as `multipart/form-data` If you want to have application/x-www-form-urlencoded, use `form`
Loading
Please sign in to comment