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