mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
Merge pull request #431 from andykog/patch-1
README.md: Add missing comma
This commit is contained in:
@@ -258,7 +258,7 @@ These are the available config options for making requests. Only the `url` is re
|
||||
auth: {
|
||||
username: 'janedoe',
|
||||
password: 's00pers3cret'
|
||||
}
|
||||
},
|
||||
|
||||
// `responseType` indicates the type of data that the server will respond with
|
||||
// options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream'
|
||||
|
||||
Reference in New Issue
Block a user