Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 16, 2022
1 parent 8d9baf7 commit 32ee09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main().catch(err => console.log(err));
async function main() {
await mongoose.connect('mongodb://127.0.0.1:27017/test');

// use `await mongoose.connect('mongodb://user:password@localhost:27017/test');` if your database has auth enabled
// use `await mongoose.connect('mongodb://user:password@127.0.0.1:27017/test');` if your database has auth enabled
}
```

Expand Down

0 comments on commit 32ee09a

Please sign in to comment.