mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Removing extra colon in README.md's proxy.auth
This commit is contained in:
@@ -308,7 +308,7 @@ These are the available config options for making requests. Only the `url` is re
|
|||||||
proxy: {
|
proxy: {
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
port: 9000,
|
port: 9000,
|
||||||
auth: : {
|
auth: {
|
||||||
username: 'mikeymike',
|
username: 'mikeymike',
|
||||||
password: 'rapunz3l'
|
password: 'rapunz3l'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user