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

Update README.md

This commit is contained in:
Nick Uraltsev
2017-03-01 22:49:10 -08:00
committed by GitHub
parent b1b986ddfe
commit e411b98c29
+1 -1
View File
@@ -248,7 +248,7 @@ These are the available config options for making requests. Only the `url` is re
withCredentials: false, // default
// `adapter` allows custom handling of requests which makes testing easier.
// Return a promise and supply a valid response (see [this](https://github.com/mzabriskie/axios/blob/master/lib/adapters/README.md) for details).
// Return a promise and supply a valid response (see lib/adapters/README.md).
adapter: function (config) {
/* ... */
},