Skip to content

Commit 7b36a4a

Browse files
authored
docs(mongo) : update install code syntax
In npm 5.0+, the save flag is the default option
1 parent 70fb19e commit 7b36a4a

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)