Skip to content

Commit

Permalink
docs: remove comparison about peer deps
Browse files Browse the repository at this point in the history
See @nestjs/axios v2 release notes for more details
  • Loading branch information
KillWolfVlad committed Feb 6, 2023
1 parent 1f7bfda commit 582df46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ axios for NestJS
## Comparison with `@nestjs/axios`

- [Promises instead of Observables](https://github.com/nestjs/axios/issues/271)
- `axios` dependency [is not pinning](https://github.com/nestjs/axios/pull/149#issuecomment-925764515), you must provide it by yourself (e.g. get it from `HttpService`)
- Allowing you use global `axios` with interceptors and different configs for various clients
- `endpoint` requests like `@octokit/endpoint`

Expand Down

0 comments on commit 582df46

Please sign in to comment.