Skip to content

Commit

Permalink
Merge pull request #960 from micalevisk/patch-1
Browse files Browse the repository at this point in the history
docs: update stale description
  • Loading branch information
kamilmysliwiec committed Dec 15, 2023
2 parents 2953710 + f268d88 commit 278ca9a
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 278ca9a

Please sign in to comment.