mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
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: {
|
auth: {
|
||||||
username: 'janedoe',
|
username: 'janedoe',
|
||||||
password: 's00pers3cret'
|
password: 's00pers3cret'
|
||||||
}
|
},
|
||||||
|
|
||||||
// `responseType` indicates the type of data that the server will respond with
|
// `responseType` indicates the type of data that the server will respond with
|
||||||
// options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream'
|
// options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream'
|
||||||
|
|||||||
Reference in New Issue
Block a user