mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Merge pull request #781 from TomyJaya/TomyJaya-patch-1
Removing extra colon in README.md's proxy.auth
This commit is contained in:
@@ -310,7 +310,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