We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3059b40 commit 9330975Copy full SHA for 9330975
articles/cosmos-db/mongodb-mongoose.md
@@ -48,8 +48,8 @@ Let's create an Azure Cosmos DB account. If you already have an account you want
48
1. Install the necessary packages using one of the ```npm install``` options:
49
* Mongoose: ```npm install mongoose@5 --save```
50
51
- >[!Note]
52
- > The Mongoose example connection below is based on Mongoose 5+, which has changed since older versions.
+ > [!Note]
+ > The Mongoose example connection below is based on Mongoose 5+, which has changed since earlier versions.
53
54
* Dotenv (if you'd like to load your secrets from an .env file): ```npm install dotenv --save```
55
0 commit comments