2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Merge pull request #431 from andykog/patch-1

README.md: Add missing comma
This commit is contained in:
Nick Uraltsev
2016-08-30 09:06:09 -07:00
committed by GitHub
+1 -1
View File
@@ -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'