Skip to content

Commit 0e5b497

Browse files
Update http-module.md
1 parent 09b292b commit 0e5b497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/techniques/http-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
77
#### Installation
88

9-
To begin using it, we first install the required dependency.
9+
To begin using it, we first install required dependencies.
1010

1111
```bash
12-
$ npm i --save @nestjs/axios
12+
$ npm i --save @nestjs/axios axios
1313
```
1414

1515
#### Getting started

0 commit comments

Comments
 (0)