Skip to content

Commit 9330975

Browse files
authored
Update mongodb-mongoose.md
1 parent 3059b40 commit 9330975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb-mongoose.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Let's create an Azure Cosmos DB account. If you already have an account you want
4848
1. Install the necessary packages using one of the ```npm install``` options:
4949
* Mongoose: ```npm install mongoose@5 --save```
5050

51-
>[!Note]
52-
> The Mongoose example connection below is based on Mongoose 5+, which has changed since older versions.
51+
> [!Note]
52+
> The Mongoose example connection below is based on Mongoose 5+, which has changed since earlier versions.
5353
5454
* Dotenv (if you'd like to load your secrets from an .env file): ```npm install dotenv --save```
5555

0 commit comments

Comments
 (0)