2
0
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:
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: {
username: 'janedoe',
password: 's00pers3cret'
}
},
// `responseType` indicates the type of data that the server will respond with
// options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream'