Skip to content

Commit d15ab28

Browse files
Merge pull request #2401 from shownprove/patch-2
docs(mongo) : update install code syntax
2 parents 70fb19e + 7b36a4a commit d15ab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nest supports two methods for integrating with the [MongoDB](https://www.mongodb
55
Start by installing the [required dependencies](https://github.com/Automattic/mongoose):
66

77
```bash
8-
$ npm install --save @nestjs/mongoose mongoose
8+
$ npm i @nestjs/mongoose mongoose
99
```
1010

1111
Once the installation process is complete, we can import the `MongooseModule` into the root `AppModule`.

0 commit comments

Comments
 (0)