Skip to content

Commit

Permalink
docs: update stale description
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Dec 14, 2023
1 parent 88de2e0 commit f268d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -24,7 +24,9 @@

## Description

[Axios](https://www.npmjs.com/package/axios) module for [Nest](https://github.com/nestjs/nest) originally published as part of the `@nestjs/common` package. This package is a drop-in replacement for the deprecated (and eventually removed) `HttpModule`.
[Axios](https://www.npmjs.com/package/axios) module for [Nest](https://github.com/nestjs/nest).

The `HttpModule` module exposes Axios-based methods to perform HTTP requests. This library also transforms the resulting HTTP responses into Observables (from [RxJS](https://rxjs.dev)).

## Installation

Expand Down

0 comments on commit f268d88

Please sign in to comment.