From f268d88a409fcd1094f66ff322e676c2ab6122c5 Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Thu, 14 Dec 2023 14:12:21 -0400 Subject: [PATCH] docs: update stale description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ea0fa1..847787a9 100644 --- a/README.md +++ b/README.md @@ -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