2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +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:
Nick Uraltsev
2017-03-26 21:12:57 -07:00
committed by GitHub
+1 -1
View File
@@ -310,7 +310,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'
}