Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove axios.all() and axios.spread() from Readme.md (axios#2727)
* Updating Readme.md - remove axios.all(), axios.spread() * Updating Readme.md - replace example - axios.all() -> Promise.all() - axios.spread(function (acct, perms)) -> function (acct, perms) - add deprecated mark * Update README.md Make changes after review Co-authored-by: Jay <[email protected]>
- Loading branch information