2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Removing extra colon in README.md's proxy.auth

This commit is contained in:
Tomy Jaya
2017-03-22 14:11:18 +08:00
committed by GitHub
parent 5630d3be55
commit 0104ad6c64
+1 -1
View File
@@ -308,7 +308,7 @@ These are the available config options for making requests. Only the `url` is re
proxy: {
host: '127.0.0.1',
port: 9000,
auth: : {
auth: {
username: 'mikeymike',
password: 'rapunz3l'
}